Home
last modified time | relevance | path

Searched refs:NOTIFY_APP_FAULT (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/hiviewdfx/hicollie/interfaces/ndk/
H A Dhicollie.cpp37 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 Dapp_mgr_ipc_interface_code.h60 NOTIFY_APP_FAULT = 38, enumerator
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_stub_test/
H A Dapp_mgr_stub_test.cpp308 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 Dapp_mgr_proxy_test.cpp338 …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 Dapp_mgr_stub.cpp198 case static_cast<uint32_t>(AppMgrInterfaceCode::NOTIFY_APP_FAULT): in OnRemoteRequestInnerThird()
H A Dapp_mgr_proxy.cpp1306 PARCEL_UTIL_SENDREQ_RET_INT(AppMgrInterfaceCode::NOTIFY_APP_FAULT, data, reply, option); in NotifyAppFault()