Home
last modified time | relevance | path

Searched defs:what (Results 1 – 25 of 55) sorted by relevance

123

/ohos5.0/foundation/ai/intelligent_voice_framework/utils/
H A Dmessage_queue.cpp24 Message::Message(uint32_t what) : what_(what), arg1_(0), arg2_(0) in Message()
28 Message::Message(uint32_t what, int32_t arg1) : what_(what), arg1_(arg1) in Message()
32 Message::Message(uint32_t what, int32_t arg1, int32_t arg2, float arg3) in Message()
37 Message::Message(uint32_t what, int32_t arg1, int32_t arg2, const std::string &obj) in Message()
42 Message::Message(uint32_t what, int32_t arg1, int32_t arg2, float arg3, const std::string &obj) in Message()
47 Message::Message(uint32_t what, std::shared_ptr<void> obj2) : what_(what), obj2_(obj2) in Message()
51 Message::Message(uint32_t what, std::shared_ptr<void> obj2, std::shared_ptr<void> obj3) in Message()
56 Message::Message(uint32_t what, void* voidPtr) : what_(what), voidPtr_(voidPtr) in Message()
60 Message::Message(uint32_t what, int32_t arg1, void* voidPtr) : what_(what), arg1_(arg1), voidPtr_(v… in Message()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_scan/Mock/
H A Dmock_scan_state_machine.cpp22 void MockScanStateMachine::SendMessage(int what) in SendMessage()
27 void MockScanStateMachine::SendMessage(int what, int arg1) in SendMessage()
32 void MockScanStateMachine::SendMessage(int what, int arg1, int arg2) in SendMessage()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/
H A Dmock_ap_state_machine.cpp35 void MockApStateMachine::SendMessage(int what) in SendMessage()
40 void MockApStateMachine::SendMessage(int what, int arg1) in SendMessage()
45 void MockApStateMachine::SendMessage(int what, int arg1, int arg2) in SendMessage()
/ohos5.0/base/telephony/core_service/services/tel_ril/include/
H A Dobserver_handler.h44 void NotifyObserver(int32_t what, int64_t param) in NotifyObserver()
59 void NotifyObserver(int32_t what, std::shared_ptr<T> object) in NotifyObserver()
/ohos5.0/base/telephony/core_service/services/tel_ril/src/
H A Dobserver_handler.cpp26 void ObserverHandler::RegObserver(int32_t what, const std::shared_ptr<AppExecFwk::EventHandler> han… in RegObserver()
57 void ObserverHandler::Remove(int32_t what, const std::shared_ptr<AppExecFwk::EventHandler> handler) in Remove()
76 void ObserverHandler::NotifyObserver(int32_t what) in NotifyObserver()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
H A Dmock_wifi_ap_service.cpp79 void MockApStateMachine::SendMessage(int what) in SendMessage()
84 void MockApStateMachine::SendMessage(int what, int arg1) in SendMessage()
89 void MockApStateMachine::SendMessage(int what, int arg1, int arg2) in SendMessage()
H A Dmock_scan_state_machine.cpp22 void MockScanStateMachine::SendMessage(int what) in SendMessage()
27 void MockScanStateMachine::SendMessage(int what, int arg1) in SendMessage()
32 void MockScanStateMachine::SendMessage(int what, int arg1, int arg2) in SendMessage()
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/src/
H A Dhi_state_machine.cpp194 int32_t HiStateMachine::Send(int32_t what) in Send()
225 int32_t HiStateMachine::Post(int32_t what, uint64_t delayUs) in Post()
/ohos5.0/base/telephony/sms_mms/services/sms/satellite_service_interaction/src/
H A Dsatellite_sms_proxy.cpp34 int32_t SatelliteSmsProxy::RegisterSmsNotify(int32_t slotId, int32_t what, const sptr<ISatelliteSms… in RegisterSmsNotify()
78 int32_t SatelliteSmsProxy::UnRegisterSmsNotify(int32_t slotId, int32_t what) in UnRegisterSmsNotify()
H A Dsatellite_sms_client.cpp255 int32_t SatelliteSmsClient::RegisterSmsNotify(int32_t slotId, int32_t what, const sptr<ISatelliteSm… in RegisterSmsNotify()
265 int32_t SatelliteSmsClient::UnRegisterSmsNotify(int32_t slotId, int32_t what) in UnRegisterSmsNotify()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_state_machine.c61 int32_t what, uint64_t arg1, uint64_t arg2, void *obj) in CreateFsmHandleMsg()
221 static int32_t PostMessageToFsm(FsmStateMachine *fsm, int32_t what, uint64_t arg1, in PostMessageToFsm()
336 int32_t LnnFsmRemoveMessageByType(FsmStateMachine *fsm, int32_t what) in LnnFsmRemoveMessageByType()
H A Dlnn_async_callback_utils.c69 static void InitAsyncCallbackMessage(SoftBusMessage *msg, int32_t what, void *obj, SoftBusHandler *… in InitAsyncCallbackMessage()
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/
H A Ddfsu_exception.h48 virtual const char *what() const noexcept in what() function
/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/include/
H A Dfsm_message.h22 int32_t what; member
/ohos5.0/base/telephony/core_service/services/satellite_service_interaction/src/
H A Dsatellite_service_proxy.cpp95 int32_t slotId, int32_t what, const sptr<ISatelliteCoreCallback> &callback) in RegisterCoreNotify()
138 int32_t SatelliteServiceProxy::UnRegisterCoreNotify(int32_t slotId, int32_t what) in UnRegisterCoreNotify()
H A Dsatellite_service_client.cpp202 int32_t slotId, int32_t what, const sptr<ISatelliteCoreCallback> &callback) in RegisterCoreNotify()
212 int32_t SatelliteServiceClient::UnRegisterCoreNotify(int32_t slotId, int32_t what) in UnRegisterCoreNotify()
/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_conn_common.c98 …SoftBusHandlerWrapper *wrapper, int32_t what, uint64_t arg1, uint64_t arg2, void *obj, uint64_t de… in ConnPostMsgToLooper()
114 const SoftBusHandlerWrapper *wrapper, int32_t what, uint64_t arg1, uint64_t arg2, void *obj) in ConnRemoveMsgFromLooper()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper_broadcast.c37 static SoftBusMessage *CreateBroadcastHandlerMsg(int32_t what, uint64_t arg1, uint64_t arg2, void *… in CreateBroadcastHandlerMsg()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/service/src/
H A Dbus_center_event.c87 static void RemoveNotifyMessage(int32_t what) in RemoveNotifyMessage()
230 static int32_t PostNotifyMessage(int32_t what, uint64_t arg, const NodeBasicInfo *info) in PostNotifyMessage()
250 static int32_t PostNotifyNodeStatusMessage(int32_t what, uint64_t arg, const NodeStatus *info) in PostNotifyNodeStatusMessage()
270 static int32_t PostNotifyMessageDelay(int32_t what, uint64_t delayMillis) in PostNotifyMessageDelay()
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dmessage_handler.h49 int32_t what; member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_profile_event_sender.cpp181 void HfpAgProfileEventSender::ScoConnectRequest(const std::string &device, int what, uint8_t linkTy… in ScoConnectRequest()
204 void HfpAgProfileEventSender::SetResponseHoldState(const std::string &device, int what, int btrh) c… in SetResponseHoldState()
/ohos5.0/base/telephony/core_service/services/sim/src/
H A Dsim_state_manager.cpp58 void SimStateManager::RegisterCoreNotify(const HANDLE &handler, int what) in RegisterCoreNotify()
68 void SimStateManager::UnRegisterCoreNotify(const HANDLE &handler, int what) in UnRegisterCoreNotify()
/ohos5.0/foundation/multimodalinput/input/test/unittest/standalone/include/
H A Dmmi_log.h32 inline void ReplaceAll(std::string& str, const std::string& what, const std::string& with) in ReplaceAll()
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_error/
H A Db_error.h152 const char *what() const noexcept override in what() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/executor/document/
H A Dcheck_common.cpp44 void ReplaceAll(std::string &inout, const std::string &what, const std::string &with) in ReplaceAll()

123