Home
last modified time | relevance | path

Searched refs:HandleGetAppJumpControlRule (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/
H A Dapp_control_host.h55 ErrCode HandleGetAppJumpControlRule(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/
H A Dapp_control_host.cpp81 return HandleGetAppJumpControlRule(data, reply); in OnRemoteRequest()
302 ErrCode AppControlHost::HandleGetAppJumpControlRule(MessageParcel& data, MessageParcel& reply) in HandleGetAppJumpControlRule() function in OHOS::AppExecFwk::AppControlHost
/ohos5.0/foundation/bundlemanager/bundle_framework/test/systemtest/common/bms/bms_app_control_host_test/
H A Dbms_app_control_host_test.cpp268 ErrCode res = appControlHost.HandleGetAppJumpControlRule(data, reply);