Home
last modified time | relevance | path

Searched refs:EntInfo (Results 1 - 25 of 27) sorted by relevance

12

/base/customization/enterprise_device_management/interfaces/inner_api/common/src/
H A Dent_info.cpp23 EntInfo::EntInfo(const std::string &enterpriseName, const std::string &description) in EntInfo() function in OHOS::EDM::EntInfo
29 EntInfo::EntInfo() in EntInfo() function in OHOS::EDM::EntInfo
34 EntInfo::~EntInfo() in ~EntInfo()
39 bool EntInfo::Marshalling(MessageParcel &parcel) const in Marshalling()
46 bool EntInfo::Unmarshalling(MessageParcel &parcel, EntInfo &entInfo) in Unmarshalling()
51 bool EntInfo
[all...]
H A Denterprise_device_mgr_proxy.cpp65 ErrCode EnterpriseDeviceMgrProxy::EnableAdmin(AppExecFwk::ElementName &admin, EntInfo &entInfo, AdminType type, in EnableAdmin()
180 ErrCode EnterpriseDeviceMgrProxy::GetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInfo) in GetEnterpriseInfo()
205 if (!EntInfo::Unmarshalling(reply, entInfo)) { in GetEnterpriseInfo()
212 ErrCode EnterpriseDeviceMgrProxy::SetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInfo) in SetEnterpriseInfo()
/base/customization/enterprise_device_management/interfaces/inner_api/common/include/
H A Dent_info.h24 struct EntInfo { struct
25 EntInfo(const std::string &enterpriseName, const std::string &description);
26 EntInfo();
27 ~EntInfo();
33 static bool Unmarshalling(MessageParcel &parcel, EntInfo &entInfo);
H A Denterprise_device_mgr_proxy.h43 ErrCode EnableAdmin(AppExecFwk::ElementName &admin, EntInfo &entInfo, AdminType type, int32_t userId);
47 ErrCode GetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInfo);
48 ErrCode SetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInfo);
H A Dienterprise_device_mgr.h35 virtual ErrCode EnableAdmin(AppExecFwk::ElementName &admin, EntInfo &entInfo, AdminType type, int32_t userId) = 0;
43 virtual ErrCode SetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInfo) = 0;
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/common/
H A Dent_info_test.cpp35 std::shared_ptr<EntInfo> entInfoTest;
40 entInfoTest = std::make_shared<EntInfo>(NAME, DESCRIPTION); in SetUp()
61 EntInfo entinfo; in HWTEST_F()
62 EXPECT_TRUE(EntInfo::Unmarshalling(parcel, entinfo)); in HWTEST_F()
/base/customization/enterprise_device_management/test/unittest/services/edm/src/
H A Dadmin_test.cpp39 EntInfo entInfo; in HWTEST_F()
54 EntInfo entInfo; in HWTEST_F()
70 EntInfo entInfo; in HWTEST_F()
86 EntInfo entInfo; in HWTEST_F()
101 EntInfo entInfo; in HWTEST_F()
116 EntInfo entInfo; in HWTEST_F()
131 EntInfo entInfo; in HWTEST_F()
146 EntInfo entInfo; in HWTEST_F()
161 EntInfo entInfo; in HWTEST_F()
H A Dadmin_manager_test.cpp124 EntInfo entInfo; in HWTEST_F()
157 EntInfo entInfo; in HWTEST_F()
196 EntInfo entInfo; in HWTEST_F()
235 EntInfo entInfo; in HWTEST_F()
293 EntInfo entInfo; in HWTEST_F()
324 EntInfo entInfo; in HWTEST_F()
359 EntInfo entInfo; in HWTEST_F()
380 EntInfo entInfo; in HWTEST_F()
403 EntInfo entInfo; in HWTEST_F()
441 EntInfo entInf in HWTEST_F()
[all...]
H A Denterprise_device_mgr_ability_test.cpp161 EntInfo entInfo("test", "this is test"); in EnableAdminSuc()
1208 EntInfo entInfo("test", "this is test"); in HWTEST_F()
1227 EntInfo entInfo("test", "this is test"); in HWTEST_F()
1247 EntInfo entInfo("test", "this is test"); in HWTEST_F()
1267 EntInfo entInfo("test", "this is test"); in HWTEST_F()
1287 EntInfo entInfo("test", "this is test"); in HWTEST_F()
1307 EntInfo entInfo("test", "this is test"); in HWTEST_F()
1330 EntInfo entInfo("test", "this is test"); in HWTEST_F()
1360 EntInfo entInfo("test1", "this is test1"); in HWTEST_F()
1385 EntInfo entInf in HWTEST_F()
[all...]
H A Denterprise_admin_connection_test.cpp152 EntInfo entInfo; in HWTEST_F()
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/include/
H A Dadmin_manager_addon.h38 EntInfo entInfo;
54 EntInfo entInfo;
59 EntInfo entInfo;
116 static void ConvertEnterpriseInfo(napi_env env, napi_value objEntInfo, EntInfo &entInfo);
117 static bool ParseEnterpriseInfo(napi_env env, EntInfo &enterpriseInfo, napi_value args);
/base/customization/enterprise_device_management/services/edm/include/
H A Dadmin.h34 EntInfo entInfo_;
45 Admin(const AppExecFwk::ExtensionAbilityInfo &abilityInfo, AdminType type, const EntInfo &entInfo,
H A Dadmin_manager.h51 ErrCode GetEntInfo(const std::string &packageName, EntInfo &entInfo, int32_t userId);
52 ErrCode SetEntInfo(const std::string &packageName, EntInfo &entInfo, int32_t userId);
H A Dadmin_policies_storage_rdb.h36 bool UpdateEntInfo(int32_t userId, const std::string &packageName, const EntInfo &entInfo);
H A Denterprise_device_mgr_ability.h46 ErrCode EnableAdmin(AppExecFwk::ElementName &admin, EntInfo &entInfo, AdminType type, int32_t userId) override;
54 ErrCode SetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInfo) override;
/base/customization/enterprise_device_management/services/edm/src/
H A Dadmin.cpp24 Admin::Admin(const AppExecFwk::ExtensionAbilityInfo &abilityInfo, AdminType type, const EntInfo &entInfo, in Admin()
H A Denterprise_device_mgr_stub.cpp155 EntInfo entInfo; in EnableAdminInner()
156 if (!EntInfo::Unmarshalling(data, entInfo)) { in EnableAdminInner()
286 EntInfo entInfo; in SetEnterpriseInfoInner()
287 if (!EntInfo::Unmarshalling(data, entInfo)) { in SetEnterpriseInfoInner()
H A Dadmin_manager.cpp350 ErrCode AdminManager::GetEntInfo(const std::string &packageName, EntInfo &entInfo, int32_t userId) in GetEntInfo()
367 ErrCode AdminManager::SetEntInfo(const std::string &packageName, EntInfo &entInfo, int32_t userId) in SetEntInfo()
H A Dadmin_policies_storage_rdb.cpp158 bool AdminPoliciesStorageRdb::UpdateEntInfo(int32_t userId, const std::string &packageName, const EntInfo &entInfo) in UpdateEntInfo()
/base/customization/enterprise_device_management/test/fuzztest/adminmanager_fuzzer/
H A Dadmin_manager_fuzzer.cpp33 void InitAdminParam(Admin &admin, std::string fuzzString, EntInfo entInfo, ManagedEvent event) in InitAdminParam()
56 EntInfo entInfo; in DoSomethingInterestingWithMyAPI()
/base/customization/enterprise_device_management/test/fuzztest/adminpoliciesstoragerdb_fuzzer/
H A Dadmin_policies_storage_rdb_fuzzer.cpp51 EntInfo entInfo; in LLVMFuzzerTestOneInput()
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/mock/include/
H A Denterprise_device_mgr_stub_mock.h134 ErrCode EnableAdmin(AppExecFwk::ElementName &admin, EntInfo &entInfo, AdminType type, int32_t userId) override
158 ErrCode SetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInfo) override { return 0; }
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/
H A Denterprise_device_mgr_proxy_test.cpp86 EntInfo entInfo("test", "this is test"); in HWTEST_F()
104 EntInfo entInfo("test", "this is test"); in HWTEST_F()
122 EntInfo entInfo("test", "this is test"); in HWTEST_F()
140 EntInfo entInfo("test", "this is test"); in HWTEST_F()
161 EntInfo entInfo1; in HWTEST_F()
176 EntInfo entInfo1; in HWTEST_F()
815 EntInfo entInfo("test", "this is test"); in HWTEST_F()
823 EntInfo entInfo1; in HWTEST_F()
862 EntInfo entInfo("test", "this is test"); in HWTEST_F()
/base/customization/enterprise_device_management/tools/edm/src/
H A Dedm_command.cpp99 EntInfo info; in RunAsEnableCommand()
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/mock/src/
H A Denterprise_device_mgr_stub_mock.cpp38 EntInfo entInfo; in InvokeSendRequestGetEnterpriseInfo()
222 EntInfo entInfo; in InvokeBluetoothProxySendRequestGetPolicy()

Completed in 19 milliseconds

12