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 D | app_control_host.cpp | 52 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 D | app_control_proxy.cpp | 64 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 D | app_control_proxy.h | 81 …ErrCode GetParcelableInfo(AppControlManagerInterfaceCode code, MessageParcel& data, T& parcelableI… 86 … AppControlManagerInterfaceCode 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 D | bms_app_control_proxy_test.cpp | 559 …AppControlManagerInterfaceCode code = AppControlManagerInterfaceCode::DELETE_APP_INSTALL_CONTROL_R… 575 …AppControlManagerInterfaceCode code = AppControlManagerInterfaceCode::DELETE_APP_INSTALL_CONTROL_R…
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/ |
H A D | bundle_framework_core_ipc_interface_code.h | 199 enum class AppControlManagerInterfaceCode : uint8_t { enum
|