/aosp14/frameworks/base/services/core/java/com/android/server/emergency/ |
H A D | EmergencyAffordanceService.java | 148 public void handleMessage(Message msg) { in handleMessage()
|
/aosp14/frameworks/base/services/core/java/com/android/server/input/ |
H A D | AmbientKeyboardBacklightController.java | 146 Message msg = Message.obtain(mHandler, MSG_BRIGHTNESS_CALLBACK, brightnessValue); in sendBrightnessAdjustment() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BroadcastSkipPolicy.java | 66 final String msg = shouldSkipMessage(r, target); in shouldSkip() local
|
/aosp14/frameworks/base/services/appprediction/java/com/android/server/appprediction/ |
H A D | AppPredictionManagerService.java | 186 String msg = "Permission Denial: " + func + " from pid=" in runForUserLocked() local
|
/aosp14/system/core/trusty/keymaster/ipc/ |
H A D | trusty_keymaster_ipc.cpp | 83 struct keymaster_message* msg = reinterpret_cast<struct keymaster_message*>(malloc(msg_size)); in trusty_keymaster_call_2() local
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/modules/ |
H A D | dfx_module.cpp | 161 char *msg = uIDumpDomTree->DumpDomNode(viewId); in DumpDomTree() local
|
/ohos5.0/foundation/communication/ipc/ipc/test/ipc/server/ |
H A D | ipc_test_server.c | 61 static BOOL MessageHandle(Service *service, Request *msg) in MessageHandle()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/ble/ |
H A D | connection_ble_trans_test.cpp | 278 void *msg = nullptr; variable
|
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_app_mgr_service.h | 159 …virtual int FinishUserTest(const std::string& msg, const int64_t& resultCode, const std::string& b… in FinishUserTest()
|
/ohos5.0/foundation/ability/ability_runtime/tools/test/mock/ |
H A D | mock_ability_manager_stub.h | 238 const std::string& msg, const int64_t& resultCode, const std::string& bundleName) override in FinishUserTest()
|
/ohos5.0/base/hiviewdfx/hilog_lite/interfaces/native/innerkits/hilog/ |
H A D | hiview_log.h | 325 char msg[0]; member
|
/ohos5.0/base/startup/init/services/param/linux/ |
H A D | param_message.h | 70 ParamMessage msg; member
|
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/mock/ |
H A D | cloud_file_utils_mock.cpp | 50 void CloudFileUtils::Str2HashBuf(const char *msg, size_t len, uint32_t *buf, int num) in Str2HashBuf()
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_p2p/ |
H A D | p2p_group_operating_state.cpp | 372 bool P2pGroupOperatingState::ExecuteStateMsg(InternalMessagePtr msg) in ExecuteStateMsg()
|
/ohos5.0/base/useriam/user_auth_framework/test/fuzztest/services/servicecore_fuzzer/src/ |
H A D | schedule_node_fuzzer.cpp | 170 std::vector<uint8_t> msg; in FuzzScheduleNodeSendMessage() local
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | ActivityManagerServiceTest.java | 1142 public void dispatchMessage(Message msg) { in dispatchMessage() 1150 public void handleMessage(Message msg) { in handleMessage() 1154 public void waitForMessage(int msg) { in waitForMessage()
|
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/ |
H A D | instant_statistics.cpp | 951 static void FreeMessageFunc(SoftBusMessage *msg) in FreeMessageFunc() 964 SoftBusMessage *msg = static_cast<SoftBusMessage *>(SoftBusMalloc(sizeof(SoftBusMessage))); in CreateMessage() local 992 void InstRegister(SoftBusMessage *msg) in InstRegister()
|
/ohos5.0/drivers/external_device_manager/frameworks/js/napi/device_manager/ |
H A D | device_manager_middle.cpp | 304 napi_value msg = nullptr; in CreateBusinessError() local 328 napi_value msg = nullptr; in ConvertToBusinessError() local 351 auto msg = GetNapiError(errCode); in ThrowErr() local
|
/ohos5.0/drivers/peripheral/user_auth/test/fuzztest/user_auth/userauthhdi_fuzzer/ |
H A D | user_auth_hdi_fuzzer.cpp | 46 … int32_t OnMessage(uint64_t scheduleId, int32_t destRole, const std::vector<uint8_t>& msg) override in OnMessage() 515 std::vector<uint8_t> msg; in FuzzSendMessage() local 525 std::vector<uint8_t> msg; in FuzzGetLocalScheduleFromMessage() local
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | SoundPool.java | 527 private void postEventFromNative(int msg, int arg1, int arg2, Object obj) { in postEventFromNative() 545 public void handleMessage(Message msg) { in handleMessage()
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/transmission/trans_channel/tcp_direct/unittest/ |
H A D | trans_tcp_direct_p2p_test.cpp | 163 cJSON *msg = cJSON_CreateObject(); in TestGetMsgPack() local 327 string msg = TestGetMsgPack(); variable
|
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/ |
H A D | js_utils.cpp | 100 void JsUtils::ThrowException(napi_env env, int32_t err, const std::string &msg, TypeCode type) in ThrowException() 123 napi_value JsUtils::ToError(napi_env env, int32_t code, const std::string &msg) in ToError()
|
/aosp14/frameworks/base/packages/Shell/src/com/android/shell/ |
H A D | BugreportProgressService.java | 316 final Message msg = mServiceHandler.obtainMessage(); in onStartCommand() local 521 public void handleMessage(Message msg) { in handleMessage() 596 public void handleMessage(Message msg) { in handleMessage() 948 final String msg = PluralsMessageFormatter.format( in takeScreenshot() local 965 final Message msg = mServiceHandler.obtainMessage(); in takeScreenshot() local 1026 final String msg; in handleScreenshotResponse() local
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_util_Binder.cpp | 230 const char* msg) in report_java_lang_error_fatal_error() 290 static void report_java_lang_error(JNIEnv* env, jthrowable error, const char* msg) in report_java_lang_error() 310 void binder_report_exception(JNIEnv* env, jthrowable excep, const char* msg) { in binder_report_exception() 419 String8 msg; in onTransact() local 890 std::string msg; in signalExceptionForError() local 955 String8 msg; in signalExceptionForError() local
|
/aosp14/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/ |
H A D | DisplaySourceService.java | 157 public void handleMessage(Message msg) { in handleMessage()
|