Home
last modified time | relevance | path

Searched refs:HandleStartNativeProcessForDebugger (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_mgr_stub.h119 int32_t HandleStartNativeProcessForDebugger(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp197 return HandleStartNativeProcessForDebugger(data, reply); in OnRemoteRequestInnerThird()
1104 int32_t AppMgrStub::HandleStartNativeProcessForDebugger(MessageParcel &data, MessageParcel &reply) in HandleStartNativeProcessForDebugger() function in OHOS::AppExecFwk::AppMgrStub