Home
last modified time | relevance | path

Searched refs:HandleAddAppInstallControlRule (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.h39 ErrCode HandleAddAppInstallControlRule(MessageParcel& data, MessageParcel& reply);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/
H A Dapp_control_host.cpp53 return HandleAddAppInstallControlRule(data, reply); in OnRemoteRequest()
106 ErrCode AppControlHost::HandleAddAppInstallControlRule(MessageParcel& data, MessageParcel& reply) in HandleAddAppInstallControlRule() 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.cpp58 ErrCode res = appControlHost.HandleAddAppInstallControlRule(data, reply);