Home
last modified time | relevance | path

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