/base/customization/enterprise_device_management/test/unittest/src/ |
D | admin_manager_test.cpp | 123 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 …]
|
D | enterprise_device_mgr_proxy_test.cpp | 58 EntInfo entInfo("test", "this is test"); variable 105 EntInfo entInfo("test", "this is test"); variable
|
D | enterprise_device_mgr_ability_test.cpp | 548 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/ |
D | enterprise_device_mgr_ability_test.cpp | 123 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/ |
D | admin_manager_addon.h | 38 EntInfo entInfo; member 54 EntInfo entInfo; member 59 EntInfo entInfo; member
|
/base/customization/enterprise_device_management/test/fuzztest/setenterpriseinfo_fuzzer/ |
D | setenterpriseinfo_fuzzer.cpp | 40 EntInfo entInfo(name, name); in FuzzSetEnterpriseInfo() local
|
/base/customization/enterprise_device_management/test/fuzztest/entinfo_fuzzer/ |
D | entinfo_fuzzer.cpp | 28 EntInfo entInfo; in fuzzEntInfo() local
|
/base/customization/enterprise_device_management/services/edm/src/ |
D | admin_policies_storage_rdb.cpp | 62 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()
|
D | admin_manager.cpp | 93 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()
|
D | enterprise_device_mgr_stub.cpp | 115 std::unique_ptr<EntInfo> entInfo(data.ReadParcelable<EntInfo>()); in EnableAdminInner() local 244 std::unique_ptr<EntInfo> entInfo(data.ReadParcelable<EntInfo>()); in SetEnterpriseInfoInner() local
|
D | enterprise_device_mgr_ability.cpp | 483 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/ |
D | enterprise_device_mgr_proxy_test.cpp | 86 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
|
D | enterprise_device_mgr_stub_mock.h | 87 …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()
|
D | enterprise_device_mgr_stub_mock.cpp | 26 EntInfo entInfo; in InvokeSendRequestGetEnterpriseInfo() local
|
/base/customization/enterprise_device_management/interfaces/inner_api/common/src/ |
D | enterprise_device_mgr_proxy.cpp | 65 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/ |
D | admin_manager_addon.cpp | 592 void AdminManager::ConvertEnterpriseInfo(napi_env env, napi_value objEntInfo, EntInfo &entInfo) in ConvertEnterpriseInfo()
|