Searched refs:NOTIFY_APP_FAULT (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/hiviewdfx/hicollie/interfaces/ndk/ |
H A D | hicollie.cpp | 37 constexpr uint32_t NOTIFY_APP_FAULT = 38; variable 76 auto ret = appMgrService->SendRequest(NOTIFY_APP_FAULT, data, reply, option); in NotifyAppFault()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_mgr_ipc_interface_code.h | 60 NOTIFY_APP_FAULT = 38, enumerator
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/ |
H A D | app_mgr_stub_test.cpp | 308 static_cast<uint32_t>(AppMgrInterfaceCode::NOTIFY_APP_FAULT), data, reply, option);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_proxy_test/ |
H A D | app_mgr_proxy_test.cpp | 338 …EXPECT_EQ(mockAppMgrService_->code_, static_cast<uint32_t>(AppMgrInterfaceCode::NOTIFY_APP_FAULT));
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_stub.cpp | 198 case static_cast<uint32_t>(AppMgrInterfaceCode::NOTIFY_APP_FAULT): in OnRemoteRequestInnerThird()
|
H A D | app_mgr_proxy.cpp | 1306 PARCEL_UTIL_SENDREQ_RET_INT(AppMgrInterfaceCode::NOTIFY_APP_FAULT, data, reply, option); in NotifyAppFault()
|