Home
last modified time | relevance | path

Searched defs:msg (Results 1001 – 1025 of 1959) sorted by relevance

1...<<41424344454647484950>>...79

/ohos5.0/foundation/ai/intelligent_voice_framework/frameworks/js/napi/
H A Denroll_intell_voice_engine_callback_napi.cpp85 void EnrollIntellVoiceEngineCallbackNapi::ClearAsyncWork(bool error, const std::string &msg) in ClearAsyncWork()
/ohos5.0/base/useriam/pin_auth/test/fuzztest/services/modules/executors/pinauthverifierhdi_fuzzer/
H A Dpin_auth_verifier_hdi_fuzzer.cpp85 std::vector<uint8_t> msg; in FuzzSendMessage() local
/ohos5.0/base/useriam/user_auth_framework/test/unittest/inner_api/src/
H A Dexecutor_messenger_client_test.cpp87 const std::vector<uint8_t> &msg) { in __anonce557f7a0102()
/ohos5.0/base/security/asset/frameworks/definition/src/
H A Dlib.rs252 pub msg: String, field
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_connection_manager.cpp789 …anager::impl::DoConnectComplete(GattConnectionManager::Device &device, const utility::Message &msg) in DoConnectComplete()
825 GattConnectionManager::Device &device, const utility::Message &msg) in DoDisconnectComplete()
1277 bool GattConnectionManager::Device::StateMachine::Idle::Dispatch(const utility::Message &msg) in Dispatch()
1326 bool GattConnectionManager::Device::StateMachine::Connecting::Dispatch(const utility::Message &msg) in Dispatch()
1380 bool GattConnectionManager::Device::StateMachine::Connected::Dispatch(const utility::Message &msg) in Dispatch()
1459 …l GattConnectionManager::Device::StateMachine::Disconnecting::Dispatch(const utility::Message &msg) in Dispatch()
1509 …ol GattConnectionManager::Device::StateMachine::Disconnected::Dispatch(const utility::Message &msg) in Dispatch()
/aosp14/frameworks/base/telecomm/java/android/telecom/
H A DCallerInfoAsyncQuery.java181 public void handleMessage(Message msg) { in handleMessage()
230 private void handleGeoDescription(Message msg) { in handleGeoDescription()
/aosp14/frameworks/base/core/java/com/android/internal/app/
H A DAppPredictionServiceResolverComparator.java115 void handleResultMessage(Message msg) { in handleResultMessage()
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DImmersiveModeConfirmation.java178 final Message msg = mHandler.obtainMessage(H.SHOW); in immersiveModeChangedLw() local
479 public void handleMessage(Message msg) { in handleMessage()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingCollectorImpl.java429 static void logDebug(String msg) { in logDebug()
433 static void logDebug(String msg, Throwable throwable) { in logDebug()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DImmersiveModeConfirmation.java212 final Message msg = mHandler.obtainMessage( in immersiveModeChanged() local
571 public void handleMessage(Message msg) { in handleMessage()
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityServiceConnection.java512 final Message msg = obtainMessage( in notifyMotionEvent() local
519 final Message msg = obtainMessage( in notifyTouchState() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/proxy_channel/
H A Dsoftbus_trans_proxy_transceiver_test.cpp634 ProxyMessage msg; variable
723 SoftBusMessage *msg = (SoftBusMessage *)SoftBusCalloc(sizeof(SoftBusMessage)); variable
H A Dtrans_proxy_channel_test.cpp484 ProxyMessage msg; variable
608 ProxyMessage msg; variable
/ohos5.0/base/telephony/ril_adapter/test/unittest/ril_adapter_gtest/
H A Dril_sim_test.cpp82 SimIoRequestInfo msg; variable
107 SimIoRequestInfo msg; variable
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/platform/src/
H A Di2c_dev.c167 struct I2cMsg msg; in I2cCntlrRead() local
212 struct I2cMsg msg; in I2cCntlrWrite() local
/ohos5.0/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp58 int32_t OnMessage(int32_t destRole, const std::vector<uint8_t> &msg) override in OnMessage()
266 std::vector<uint8_t> msg; in FuzzSendMessage() local
/ohos5.0/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp58 int32_t OnMessage(int32_t destRole, const std::vector<uint8_t> &msg) override in OnMessage()
267 std::vector<uint8_t> msg; in FuzzSendMessage() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_utils.cpp104 napi_value Common::CreateErrorValue(napi_env env, int32_t errCode, std::string &msg) in CreateErrorValue()
132 void Common::NapiThrow(napi_env env, int32_t errCode, std::string &msg) in NapiThrow()
/aosp14/frameworks/base/core/java/android/nfc/
H A DINfcTag.aidl36 int ndefWrite(int nativeHandle, in NdefMessage msg); in ndefWrite()
/aosp14/frameworks/base/core/java/android/os/
H A DBroadcaster.java177 public void broadcast(Message msg) in broadcast()
/aosp14/frameworks/base/services/musicrecognition/java/com/android/server/musicrecognition/
H A DMusicRecognitionManagerService.java95 String msg = "Permission Denial: " + func + " from pid=" in enforceCaller() local
/aosp14/frameworks/base/tools/aapt2/xml/
H A DXmlActionExecutor.cpp56 static void PrintElementToDiagMessage(const Element* el, android::DiagMessage* msg) { in PrintElementToDiagMessage()
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/utilities/
H A DUtilities.java44 Message msg = h.obtainMessage().setCallback(r); in postAtFrontOfQueueAsynchronously() local
/ohos5.0/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_internal.h102 #define NATIVE_ERROR(msg) ARKTSInner_ReportNativeError("[%s]: %s", __FUNCTION__, msg) argument
/ohos5.0/foundation/ability/ability_runtime/frameworks/js/napi/caller/
H A Dcaller.js50 constructor(msg) { argument

1...<<41424344454647484950>>...79