Home
last modified time | relevance | path

Searched refs:HandleCheckCallingIsUserTestMode (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.h155 int32_t HandleCheckCallingIsUserTestMode(MessageParcel &data, MessageParcel &reply);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_stub.cpp335 return HandleCheckCallingIsUserTestMode(data, reply); in OnRemoteRequestInnerSeventh()
1597 int32_t AppMgrStub::HandleCheckCallingIsUserTestMode(MessageParcel &data, MessageParcel &reply) in HandleCheckCallingIsUserTestMode() function in OHOS::AppExecFwk::AppMgrStub