Home
last modified time | relevance | path

Searched refs:AppControlManagerInterfaceCode (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/app_control/
H A Dapp_control_host.cpp52 case static_cast<uint32_t>(AppControlManagerInterfaceCode::ADD_APP_INSTALL_CONTROL_RULE): in OnRemoteRequest()
58 case static_cast<uint32_t>(AppControlManagerInterfaceCode::GET_APP_INSTALL_CONTROL_RULE): in OnRemoteRequest()
60 case static_cast<uint32_t>(AppControlManagerInterfaceCode::ADD_APP_RUNNING_CONTROL_RULE): in OnRemoteRequest()
66 case static_cast<uint32_t>(AppControlManagerInterfaceCode::GET_APP_RUNNING_CONTROL_RULE): in OnRemoteRequest()
72 case static_cast<uint32_t>(AppControlManagerInterfaceCode::ADD_APP_JUMP_CONTROL_RULE): in OnRemoteRequest()
80 case static_cast<uint32_t>(AppControlManagerInterfaceCode::GET_APP_JUMP_CONTROL_RULE): in OnRemoteRequest()
82 case static_cast<uint32_t>(AppControlManagerInterfaceCode::SET_DISPOSED_STATUS): in OnRemoteRequest()
84 case static_cast<uint32_t>(AppControlManagerInterfaceCode::GET_DISPOSED_STATUS): in OnRemoteRequest()
86 case static_cast<uint32_t>(AppControlManagerInterfaceCode::DELETE_DISPOSED_STATUS): in OnRemoteRequest()
88 case static_cast<uint32_t>(AppControlManagerInterfaceCode::SET_DISPOSED_RULE): in OnRemoteRequest()
[all …]
H A Dapp_control_proxy.cpp64 return SendRequest(AppControlManagerInterfaceCode::ADD_APP_INSTALL_CONTROL_RULE, data, reply); in AddAppInstallControlRule()
94 … return SendRequest(AppControlManagerInterfaceCode::DELETE_APP_INSTALL_CONTROL_RULE, data, reply); in DeleteAppInstallControlRule()
116 return SendRequest(AppControlManagerInterfaceCode::CLEAN_APP_INSTALL_CONTROL_RULE, data, reply); in DeleteAppInstallControlRule()
161 return SendRequest(AppControlManagerInterfaceCode::ADD_APP_RUNNING_CONTROL_RULE, data, reply); in AddAppRunningControlRule()
203 return SendRequest(AppControlManagerInterfaceCode::CLEAN_APP_RUNNING_CONTROL_RULE, data, reply); in DeleteAppRunningControlRule()
267 return SendRequest(AppControlManagerInterfaceCode::CONFIRM_APP_JUMP_CONTROL_RULE, data, reply); in ConfirmAppJumpControlRule()
291 return SendRequest(AppControlManagerInterfaceCode::ADD_APP_JUMP_CONTROL_RULE, data, reply); in AddAppJumpControlRule()
310 return SendRequest(AppControlManagerInterfaceCode::DELETE_APP_JUMP_CONTROL_RULE, data, reply); in DeleteAppJumpControlRule()
373 AppControlManagerInterfaceCode::GET_APP_JUMP_CONTROL_RULE, data, controlRule); in GetAppJumpControlRule()
398 ErrCode ret = SendRequest(AppControlManagerInterfaceCode::SET_DISPOSED_STATUS, data, reply); in SetDisposedStatus()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/app_control/
H A Dapp_control_proxy.h81 …ErrCode GetParcelableInfo(AppControlManagerInterfaceCode code, MessageParcel& data, T& parcelableI…
86AppControlManagerInterfaceCode code, MessageParcel &data, std::vector<std::string> &stringVector);
87 …int32_t SendRequest(AppControlManagerInterfaceCode code, MessageParcel &data, MessageParcel &reply…
89 ErrCode GetParcelableInfosWithErrCode(AppControlManagerInterfaceCode code, MessageParcel &data,
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_app_control_proxy_test/
H A Dbms_app_control_proxy_test.cpp559AppControlManagerInterfaceCode code = AppControlManagerInterfaceCode::DELETE_APP_INSTALL_CONTROL_R…
575AppControlManagerInterfaceCode code = AppControlManagerInterfaceCode::DELETE_APP_INSTALL_CONTROL_R…
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/
H A Dbundle_framework_core_ipc_interface_code.h199 enum class AppControlManagerInterfaceCode : uint8_t { enum