/ohos5.0/foundation/ai/intelligent_voice_framework/utils/ |
H A D | message_queue.cpp | 24 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 D | mock_scan_state_machine.cpp | 22 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 D | mock_ap_state_machine.cpp | 35 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 D | observer_handler.h | 44 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 D | observer_handler.cpp | 26 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 D | mock_wifi_ap_service.cpp | 79 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 D | mock_scan_state_machine.cpp | 22 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 D | hi_state_machine.cpp | 194 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 D | satellite_sms_proxy.cpp | 34 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 D | satellite_sms_client.cpp | 255 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 D | lnn_state_machine.c | 61 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 D | lnn_async_callback_utils.c | 69 static void InitAsyncCallbackMessage(SoftBusMessage *msg, int32_t what, void *obj, SoftBusHandler *… in InitAsyncCallbackMessage()
|
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/include/ |
H A D | dfsu_exception.h | 48 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 D | fsm_message.h | 22 int32_t what; member
|
/ohos5.0/base/telephony/core_service/services/satellite_service_interaction/src/ |
H A D | satellite_service_proxy.cpp | 95 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 D | satellite_service_client.cpp | 202 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 D | softbus_conn_common.c | 98 …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 D | softbus_hidumper_broadcast.c | 37 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 D | bus_center_event.c | 87 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 D | message_handler.h | 49 int32_t what; member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/ |
H A D | hfp_ag_profile_event_sender.cpp | 181 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 D | sim_state_manager.cpp | 58 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 D | mmi_log.h | 32 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 D | b_error.h | 152 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 D | check_common.cpp | 44 void ReplaceAll(std::string &inout, const std::string &what, const std::string &with) in ReplaceAll()
|