Home
last modified time | relevance | path

Searched defs:what (Results 26 - 50 of 189) sorted by relevance

12345678

/base/telephony/core_service/services/satellite_service_interaction/src/
H A Dsatellite_service_proxy.cpp138 int32_t SatelliteServiceProxy::UnRegisterCoreNotify(int32_t slotId, int32_t what) in UnRegisterCoreNotify() argument
94 RegisterCoreNotify( int32_t slotId, int32_t what, const sptr<ISatelliteCoreCallback> &callback) RegisterCoreNotify() argument
H A Dsatellite_service_client.cpp212 int32_t SatelliteServiceClient::UnRegisterCoreNotify(int32_t slotId, int32_t what) in UnRegisterCoreNotify() argument
201 RegisterCoreNotify( int32_t slotId, int32_t what, const sptr<ISatelliteCoreCallback> &callback) RegisterCoreNotify() argument
/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
/foundation/communication/dsoftbus/core/common/include/
H A Dmessage_handler.h49 int32_t what; member
/foundation/communication/wifi/wifi/test/fuzztest/fuzz_common_func/
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
H A Dmock_wifi_ap_service.cpp79 void MockApStateMachine::SendMessage(int what) in SendMessage() argument
84 void MockApStateMachine::SendMessage(int what, int arg1) in SendMessage() argument
89 void MockApStateMachine::SendMessage(int what, int arg1, int arg2) in SendMessage() argument
/third_party/curl/tests/libtest/
H A Dlib586.c44 const char *what; in my_lock() local
74 const char *what; in my_unlock() local
[all...]
H A Dlib506.c48 const char *what; in my_lock() local
87 const char *what; in my_unlock() local
[all...]
/third_party/gn/src/gn/
H A Dfunction_get_path_info.cc51 GetOnePathInfo(const Settings* settings, const SourceDir& current_dir, What what, const Value& input, Err* err) GetOnePathInfo() argument
[all...]
H A Dcommand_help.cc215 bool PrintHelpOnSwitch(const std::string& what) { in PrintHelpOnSwitch() argument
261 std::string what; in RunHelp() local
[all...]
H A Dinput_conversion.cc35 ParseValueOrScope(const Settings* settings, const std::string& input, ValueOrScope what, const ParseNode* origin, Err* err) ParseValueOrScope() argument
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DScriptIDModuleWriter.java243 private static String what; field in ScriptIDModuleWriter
H A DModuleWriter.java125 public void readFile(String file, String what){ in readFile() argument
/third_party/libsnd/programs/
H A Dsndfile-cmp.c52 comparison_error (const char * what, sf_count_t frame_offset) in comparison_error() argument
/third_party/python/Lib/
H A Dsndhdr.py56 def what(filename): function
H A Dimghdr.py16 def what(file, h=None): function
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h35 virtual const char* what() const throw() { return what_.c_str(); } in what() function in sfntly::Exception
/foundation/multimedia/media_foundation/src/filter/
H A Dfilter_loop.cpp97 void FilterLoop::SendAsyncMsg(int32_t what, int arg, int64_t delayUs, bool isDataMsg) in SendAsyncMsg() argument
[all...]
/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() argument
/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 *obj) in CreateBroadcastHandlerMsg() argument
/third_party/libwebsockets/include/
H A Dlibwebsockets.hxx49 virtual const char *what() const throw() { return details.c_str(); } in what() function in lssException
/third_party/node/deps/openssl/openssl/apps/lib/
H A Dapps_ui.c152 static void *ui_malloc(int sz, const char *what) in ui_malloc() argument
/third_party/openssl/apps/lib/
H A Dapps_ui.c152 static void *ui_malloc(int sz, const char *what) in ui_malloc() argument

Completed in 11 milliseconds

12345678