Home
last modified time | relevance | path

Searched defs:entInfo (Results 1 – 16 of 16) sorted by relevance

/base/customization/enterprise_device_management/test/unittest/src/
Dadmin_manager_test.cpp123 EntInfo entInfo; variable
154 EntInfo entInfo; variable
191 EntInfo entInfo; variable
227 EntInfo entInfo; variable
281 EntInfo entInfo; variable
312 EntInfo entInfo; variable
346 EntInfo entInfo; variable
366 EntInfo entInfo; variable
387 EntInfo entInfo; variable
424 EntInfo entInfo; variable
[all …]
Denterprise_device_mgr_proxy_test.cpp58 EntInfo entInfo("test", "this is test"); variable
105 EntInfo entInfo("test", "this is test"); variable
Denterprise_device_mgr_ability_test.cpp548 EntInfo entInfo("test", "this is test"); variable
604 EntInfo entInfo("test", "this is test"); variable
640 EntInfo entInfo("test", "this is test"); variable
701 EntInfo entInfo("test", "this is test"); variable
778 EntInfo entInfo("test", "this is test"); variable
858 EntInfo entInfo("test", "this is test"); variable
883 EntInfo entInfo("test", "this is test"); variable
909 EntInfo entInfo("test", "this is test"); variable
935 EntInfo entInfo("test", "this is test"); variable
/base/customization/enterprise_device_management/test/unittest/enterprise_device_mgr_ability/enterprise_device_mgr_ability_test/
Denterprise_device_mgr_ability_test.cpp123 EntInfo entInfo("test", "this is test"); variable
139 EntInfo entInfo("test", "this is test"); variable
162 EntInfo entInfo("test", "this is test"); variable
194 EntInfo entInfo("test", "this is test"); variable
220 EntInfo entInfo("test", "this is test"); variable
252 EntInfo entInfo("test", "this is test"); variable
274 EntInfo entInfo("test", "this is test"); variable
307 EntInfo entInfo("test", "this is test"); variable
341 EntInfo entInfo("test", "this is test"); variable
397 EntInfo entInfo("test", "this is test"); variable
[all …]
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/include/
Dadmin_manager_addon.h38 EntInfo entInfo; member
54 EntInfo entInfo; member
59 EntInfo entInfo; member
/base/customization/enterprise_device_management/test/fuzztest/setenterpriseinfo_fuzzer/
Dsetenterpriseinfo_fuzzer.cpp40 EntInfo entInfo(name, name); in FuzzSetEnterpriseInfo() local
/base/customization/enterprise_device_management/test/fuzztest/entinfo_fuzzer/
Dentinfo_fuzzer.cpp28 EntInfo entInfo; in fuzzEntInfo() local
/base/customization/enterprise_device_management/services/edm/src/
Dadmin_policies_storage_rdb.cpp62 const EntInfo &entInfo, AdminType role, const std::vector<std::string> &permissions) in InsertAdmin()
77 const EntInfo &entInfo, AdminType role, const std::vector<std::string> &permissions) in UpdateAdmin()
94 const AppExecFwk::ExtensionAbilityInfo &abilityInfo, const EntInfo &entInfo, AdminType role, in CreateValuesBucket()
160 …esStorageRdb::UpdateEntInfo(int32_t userId, const std::string &packageName, const EntInfo &entInfo) in UpdateEntInfo()
Dadmin_manager.cpp93 ErrCode AdminManager::SetAdminValue(AppExecFwk::ExtensionAbilityInfo &abilityInfo, EntInfo &entInfo in SetAdminValue()
342 ErrCode AdminManager::GetEntInfo(const std::string &packageName, EntInfo &entInfo, int32_t userId) in GetEntInfo()
359 ErrCode AdminManager::SetEntInfo(const std::string &packageName, EntInfo &entInfo, int32_t userId) in SetEntInfo()
Denterprise_device_mgr_stub.cpp115 std::unique_ptr<EntInfo> entInfo(data.ReadParcelable<EntInfo>()); in EnableAdminInner() local
244 std::unique_ptr<EntInfo> entInfo(data.ReadParcelable<EntInfo>()); in SetEnterpriseInfoInner() local
Denterprise_device_mgr_ability.cpp483 ErrCode EnterpriseDeviceMgrAbility::EnableAdmin(AppExecFwk::ElementName &admin, EntInfo &entInfo, A… in EnableAdmin()
970 EntInfo entInfo; in GetEnterpriseInfo() local
986 …ode EnterpriseDeviceMgrAbility::SetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInfo) in SetEnterpriseInfo()
/base/customization/enterprise_device_management/test/unittest/enterprise_device_mgr_proxy/enterprise_device_mgr_proxy_test/
Denterprise_device_mgr_proxy_test.cpp86 EntInfo entInfo("test", "this is test"); variable
104 EntInfo entInfo("test", "this is test"); variable
122 EntInfo entInfo("test", "this is test"); variable
140 EntInfo entInfo("test", "this is test"); variable
Denterprise_device_mgr_stub_mock.h87 …ErrCode EnableAdmin(AppExecFwk::ElementName &admin, EntInfo &entInfo, AdminType type, int32_t user… in EnableAdmin()
111 … ErrCode SetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInfo) override { return 0; } in SetEnterpriseInfo()
Denterprise_device_mgr_stub_mock.cpp26 EntInfo entInfo; in InvokeSendRequestGetEnterpriseInfo() local
/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
Denterprise_device_mgr_proxy.cpp65 ErrCode EnterpriseDeviceMgrProxy::EnableAdmin(AppExecFwk::ElementName &admin, EntInfo &entInfo, Adm… in EnableAdmin()
180 …rCode EnterpriseDeviceMgrProxy::GetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInfo) in GetEnterpriseInfo()
214 …rCode EnterpriseDeviceMgrProxy::SetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInfo) in SetEnterpriseInfo()
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/
Dadmin_manager_addon.cpp592 void AdminManager::ConvertEnterpriseInfo(napi_env env, napi_value objEntInfo, EntInfo &entInfo) in ConvertEnterpriseInfo()