Home
last modified time | relevance | path

Searched refs:interfaceCode (Results 1 - 2 of 2) sorted by relevance

/base/customization/enterprise_device_management/interfaces/inner_api/restrictions/src/
H A Drestrictions_proxy.cpp138 std::uint32_t interfaceCode = 0; in AddOrRemoveDisallowedListForAccount() local
139 if (!GetDisallowedListInterfaceCode(feature, interfaceCode)) { in AddOrRemoveDisallowedListForAccount()
144 funcCode = POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::SET, interfaceCode); in AddOrRemoveDisallowedListForAccount()
146 funcCode = POLICY_FUNC_CODE((std::uint32_t)FuncOperateType::REMOVE, interfaceCode); in AddOrRemoveDisallowedListForAccount()
161 std::uint32_t interfaceCode = 0; in GetDisallowedListForAccount() local
162 if (!GetDisallowedListInterfaceCode(feature, interfaceCode)) { in GetDisallowedListForAccount()
173 EnterpriseDeviceMgrProxy::GetInstance()->GetPolicy(interfaceCode, data, reply); in GetDisallowedListForAccount()
189 bool RestrictionsProxy::GetDisallowedListInterfaceCode(std::string feature, std::uint32_t &interfaceCode) in GetDisallowedListInterfaceCode() argument
193 interfaceCode = it->second; in GetDisallowedListInterfaceCode()
/base/account/os_account/services/accountmgr/src/
H A Daccount_stub.cpp509 AccountMgrInterfaceCode interfaceCode = static_cast<AccountMgrInterfaceCode>(code); in OnRemoteRequest() local
510 const auto &itFunc = stubFuncMap_.find(interfaceCode); in OnRemoteRequest()

Completed in 2 milliseconds