Home
last modified time | relevance | path

Searched defs:what (Results 1 - 25 of 170) sorted by relevance

1234567

/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_ag/
H A Dhfp_ag_message.h35 explicit HfpAgMessage(int what, int arg1 = 0, void *arg2 = nullptr) : utility::Message(what, arg1, arg2) in HfpAgMessage() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/hfp_hf/
H A Dhfp_hf_message.h29 explicit HfpHfMessage(int what, int arg1 = 0, void *arg2 = nullptr) : utility::Message(what, arg1, arg2) in HfpHfMessage() argument
/third_party/pcre2/pcre2/src/
H A Dpcre2_config.c78 pcre2_config(uint32_t what, void *where) in pcre2_config() argument
H A Dpcre2_pattern_info.c65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where) in pcre2_pattern_info() argument
/third_party/gn/src/gn/
H A Dfunction_get_label_info_unittest.cc18 std::string Call(const std::string& label, const std::string& what) { in Call() argument
H A Dfunction_get_path_info_unittest.cc19 std::string Call(const std::string& input, const std::string& what) { in Call() argument
/third_party/icu/tools/multi/proj/icu4jscan/src/com/ibm/icu/dev/scan/
H A DSpinner.java23 void spin(String what) { in spin() argument
/third_party/openssl/test/testutil/
H A Dapps_shims.c16 void *app_malloc(size_t sz, const char *what) in app_malloc() argument
/third_party/skia/third_party/externals/freetype/src/gzip/
H A Dinftrees.h24 } what; member
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/include/
H A Dmessage.h54 Message(int what, std::string deviceId, EventCode eventCode) : what_(what), in Message() argument
[all...]
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/include/
H A Dmessage.h54 Message(int what, std::string deviceId, EventCode eventCode) : what_(what), in Message() argument
[all...]
/foundation/multimedia/media_lite/services/player_lite/impl/player_control/player/fsm/include/
H A Dfsm_message.h22 int32_t what; member
/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() argument
27 void MockScanStateMachine::SendMessage(int what, int arg1) in SendMessage() argument
32 void MockScanStateMachine::SendMessage(int what, int arg1, int arg2) in SendMessage() argument
/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() argument
40 void MockApStateMachine::SendMessage(int what, int arg1) in SendMessage() argument
45 void MockApStateMachine::SendMessage(int what, int arg1, int arg2) in SendMessage() argument
/third_party/rust/crates/cxx/src/
H A Dexception.rs25 pub fn what(&self) -> &str { in what() functions
/foundation/CastEngine/castengine_cast_framework/service/src/session/src/utils/src/
H A Dhandler.cpp97 bool Handler::SendCastMessage(int what) in SendCastMessage() argument
102 bool Handler::SendCastMessage(int what, int arg1) in SendCastMessage() argument
107 bool Handler::SendCastMessage(int what, int arg1, int arg2) in SendCastMessage() argument
112 bool Handler::SendCastMessageDelayed(int what, long uptimeMillis) in SendCastMessageDelayed() argument
H A Dmessage.cpp27 Message::Message(int what) : Message(what, 0, 0, 0) {} in Message() argument
29 Message::Message(int what, std::string strArg) : Message(what, 0, 0, 0, strArg) {} in Message() argument
31 Message::Message(int what, int arg1) : Message(what, arg1, 0, 0) {} in Message() argument
33 Message::Message(int what, int arg1, int arg2) : Message(what, arg1, arg2, 0) {} in Message() argument
35 Message::Message(int what, int arg1, std::string strArg) : Message(what, arg argument
37 Message(int what, int arg1, int arg2, long uptimeMillis) Message() argument
39 Message(int what, int arg1, int arg2, long uptimeMillis, std::string strArg) Message() argument
[all...]
/foundation/CastEngine/castengine_cast_plus_stream/src/utils/src/
H A Dhandler.cpp97 bool Handler::SendCastMessage(int what) in SendCastMessage() argument
102 bool Handler::SendCastMessage(int what, int arg1) in SendCastMessage() argument
107 bool Handler::SendCastMessage(int what, int arg1, int arg2) in SendCastMessage() argument
112 bool Handler::SendCastMessageDelayed(int what, long uptimeMillis) in SendCastMessageDelayed() argument
H A Dmessage.cpp27 Message::Message(int what) : Message(what, 0, 0, 0) {} in Message() argument
29 Message::Message(int what, std::string strArg) : Message(what, 0, 0, 0, strArg) {} in Message() argument
31 Message::Message(int what, int arg1) : Message(what, arg1, 0, 0) {} in Message() argument
33 Message::Message(int what, int arg1, int arg2) : Message(what, arg1, arg2, 0) {} in Message() argument
35 Message::Message(int what, int arg1, std::string strArg) : Message(what, arg argument
37 Message(int what, int arg1, int arg2, long uptimeMillis) Message() argument
39 Message(int what, int arg1, int arg2, long uptimeMillis, std::string strArg) Message() argument
[all...]
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dchecked_cast.h65 char const *what() const throw() in what() function in bad_checked_cast
/foundation/multimedia/media_foundation/interface/inner_api/filter/
H A Dfilter_loop.h34 int32_t what; member
/third_party/curl/lib/
H A Dgopher.c144 int what; in gopher_do() local
/foundation/ai/intelligent_voice_framework/utils/
H A Dmessage_queue.cpp24 Message::Message(uint32_t what) : what_(what), arg1_(0), arg2_(0) in Message() argument
28 Message::Message(uint32_t what, int32_t arg1) : what_(what), arg1_(arg1) in Message() argument
32 Message::Message(uint32_t what, int32_t arg1, int32_t arg2, float arg3) in Message() argument
37 Message::Message(uint32_t what, int32_t arg1, int32_t arg2, const std::string &obj) in Message() argument
42 Message::Message(uint32_t what, int32_t arg1, int32_t arg2, float arg3, const std::string &obj) in Message() argument
47 Message(uint32_t what, std::shared_ptr<void> obj2) Message() argument
51 Message(uint32_t what, std::shared_ptr<void> obj2, std::shared_ptr<void> obj3) Message() argument
56 Message(uint32_t what, void* voidPtr) Message() argument
60 Message(uint32_t what, int32_t arg1, void* voidPtr) Message() argument
[all...]
/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() argument
225 int32_t HiStateMachine::Post(int32_t what, uint64_t delayUs) in Post() argument
/foundation/communication/dsoftbus/core/bus_center/utils/src/
H A Dlnn_async_callback_utils.c69 static void InitAsyncCallbackMessage(SoftBusMessage *msg, int32_t what, void *obj, SoftBusHandler *handler) in InitAsyncCallbackMessage() argument

Completed in 7 milliseconds

1234567