Searched refs:RemoveData (Results 1 - 25 of 37) sorted by path

12

/haiku/headers/build/os/app/
H A DMessage.h132 status_t RemoveData(const char *name, int32 index = 0);
/haiku/headers/os/net/
H A DNetBuffer.h59 status_t RemoveData(void* data, size_t size);
/haiku/src/add-ons/kernel/network/ppp/shared/libppp/
H A DPPPManager.cpp89 settings.RemoveData(MDSU_PARAMETERS, index);
/haiku/src/add-ons/media/media-add-ons/esound_sink/
H A DESDSinkAddOn.cpp144 fSettings.RemoveData(name.String());
/haiku/src/add-ons/media/media-add-ons/opensound/
H A DOpenSoundAddOn.cpp132 fSettings.RemoveData(device->fCardInfo.longname);
/haiku/src/add-ons/screen_savers/shelf/
H A DShelf.cpp237 state->RemoveData(kInConfigName);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp1007 be_clipboard->Data()->RemoveData("text/plain");
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DSourceView.cpp1724 be_clipboard->Data()->RemoveData("text/plain");
H A DVariablesView.cpp3157 be_clipboard->Data()->RemoveData("text/plain");
/haiku/src/bin/network/ppp_up/
H A DConnectionView.cpp207 fSettings.RemoveData(MDSU_PARAMETERS, index);
215 fSettings.RemoveData(MDSU_PARAMETERS, index);
/haiku/src/kits/debugger/settings/
H A DTeamFileManagerSettings.cpp92 return fValues.RemoveData("source:mapping", index);
H A DTeamSignalSettings.cpp120 return fValues.RemoveData(skSignalSettingName, index);
/haiku/src/kits/network/libnetapi/
H A DNetworkSettings.cpp887 container.RemoveData(itemField, index);
H A DNetBuffer.cpp253 return RemoveData((void*)&data, sizeof(int8));
260 return RemoveData((void*)&data, sizeof(uint8));
268 status_t result = RemoveData((void*)&be_data, sizeof(int16));
282 status_t result = RemoveData((void*)&be_data, sizeof(uint16));
296 status_t result = RemoveData((void*)&be_data, sizeof(int32));
310 status_t result = RemoveData((void*)&be_data, sizeof(uint32));
323 return RemoveData((void*)&data, sizeof(float));
330 return RemoveData((void*)&data, sizeof(double));
339 return RemoveData((void*)data, size);
344 BNetBuffer::RemoveData(voi function in class:BNetBuffer
[all...]
/haiku/src/preferences/repositories/
H A DRepositoriesSettings.cpp46 settings.RemoveData(key_frame);
/haiku/src/servers/bluetooth/
H A DLocalDeviceHandler.cpp112 (void)msg->RemoveData("eventExpected", eventIndex);
113 (void)msg->RemoveData("opcodeExpected", eventIndex);
120 (void)msg->RemoveData("eventExpected", eventIndex);
/haiku/src/servers/keystore/
H A DKeyring.cpp281 fApplications.RemoveData(signature, i);
444 status_t result = fData.RemoveData(identifier, i);
/haiku/headers/os/app/
H A DMessage.h181 status_t RemoveData(const char* name, int32 index = 0);
/haiku/headers/private/kernel/
H A Dthread_types.h182 bool RemoveData(AssociatedData* data);
/haiku/src/add-ons/media/media-add-ons/multi_audio/
H A DMultiAudioAddOn.cpp120 fSettings.RemoveData(device->Description().friendly_name);
/haiku/src/apps/deskbar/
H A DStatusView.cpp510 fAddOnSettings.RemoveData(kReplicantPathField, i);
781 fAddOnSettings.RemoveData(kReplicantPathField, i);
/haiku/src/apps/showimage/
H A DShowImageView.cpp840 msg->RemoveData("be:types", 0);
841 msg->RemoveData("be:filetypes", 0);
842 msg->RemoveData("be:type_descriptions", 0);
/haiku/src/build/libbe/app/
H A DMessage.cpp1431 BMessage::RemoveData(const char *name, int32 index) function in class:BMessage
/haiku/src/kits/app/
H A DMessage.cpp1855 BMessage::RemoveData(const char* name, int32 index) function in class:BMessage
/haiku/src/kits/network/libnetservices/
H A DGopherRequest.cpp382 fInputBuffer.RemoveData(inputTempBuffer, fInputBuffer.Size());

Completed in 237 milliseconds

12