Home
last modified time | relevance | path

Searched refs:EntInfo (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/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::ReadFromParcel(MessageParcel &parcel) in ReadFromParcel()
H A Denterprise_device_mgr_proxy.cpp66 ErrCode EnterpriseDeviceMgrProxy::EnableAdmin(AppExecFwk::ElementName &admin, EntInfo &entInfo, Adm… in EnableAdmin()
181 ErrCode EnterpriseDeviceMgrProxy::GetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInf… in GetEnterpriseInfo()
206 if (!EntInfo::Unmarshalling(reply, entInfo)) { in GetEnterpriseInfo()
213 ErrCode EnterpriseDeviceMgrProxy::SetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInf… in SetEnterpriseInfo()
/ohos5.0/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); argument
H A Denterprise_device_mgr_proxy.h43 …ErrCode EnableAdmin(AppExecFwk::ElementName &admin, EntInfo &entInfo, AdminType type, int32_t user…
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, int3…
43 virtual ErrCode SetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInfo) = 0;
/ohos5.0/base/customization/enterprise_device_management/test/unittest/services/edm/src/
H A Dadmin_test.cpp39 EntInfo entInfo;
54 EntInfo entInfo;
70 EntInfo entInfo;
86 EntInfo entInfo;
101 EntInfo entInfo;
116 EntInfo entInfo;
131 EntInfo entInfo;
146 EntInfo entInfo;
161 EntInfo entInfo;
H A Dadmin_manager_test.cpp73 EntInfo entInfo;
106 EntInfo entInfo;
145 EntInfo entInfo;
184 EntInfo entInfo;
242 EntInfo entInfo;
273 EntInfo entInfo;
312 EntInfo entInfo;
333 EntInfo entInfo;
356 EntInfo entInfo;
394 EntInfo entInfo;
[all …]
H A Denterprise_device_mgr_ability_test.cpp161 EntInfo entInfo("test", "this is test"); in EnableAdminSuc()
1233 EntInfo entInfo("test", "this is test");
1252 EntInfo entInfo("test", "this is test");
1272 EntInfo entInfo("test", "this is test");
1292 EntInfo entInfo("test", "this is test");
1312 EntInfo entInfo("test", "this is test");
1335 EntInfo entInfo("test", "this is test");
1390 EntInfo entInfo("test", "this is test");
1413 EntInfo entInfo("test", "this is test");
1871 EntInfo entInfo;
[all …]
H A Denterprise_admin_connection_test.cpp152 EntInfo entInfo;
/ohos5.0/base/customization/enterprise_device_management/interfaces/inner_api/
H A Dlibedmservice_kits.map19 OHOS::EDM::EntInfo::*;
20 "virtual thunk to OHOS::EDM::EntInfo::~EntInfo()";
21 VTT?for?OHOS::EDM::EntInfo;
22 vtable?for?OHOS::EDM::EntInfo;
/ohos5.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;
62 EXPECT_TRUE(EntInfo::Unmarshalling(parcel, entinfo));
/ohos5.0/base/customization/enterprise_device_management/interfaces/kits/admin_manager/include/
H A Dadmin_manager_addon.h38 EntInfo entInfo;
54 EntInfo entInfo;
59 EntInfo entInfo;
122 static void ConvertEnterpriseInfo(napi_env env, napi_value objEntInfo, EntInfo &entInfo);
123 static bool ParseEnterpriseInfo(napi_env env, EntInfo &enterpriseInfo, napi_value args);
/ohos5.0/base/customization/enterprise_device_management/services/edm/include/
H A Dadmin.h34 EntInfo entInfo_;
46 … Admin(const AppExecFwk::ExtensionAbilityInfo &abilityInfo, AdminType type, const EntInfo &entInfo,
H A Dadmin_manager.h48 ErrCode GetEntInfo(const std::string &packageName, EntInfo &entInfo, int32_t userId);
49 ErrCode SetEntInfo(const std::string &packageName, EntInfo &entInfo, int32_t userId);
H A Dadmin_policies_storage_rdb.h34 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 user…
54 ErrCode SetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInfo) override;
/ohos5.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");
104 EntInfo entInfo("test", "this is test");
122 EntInfo entInfo("test", "this is test");
140 EntInfo entInfo("test", "this is test");
161 EntInfo entInfo1;
176 EntInfo entInfo1;
815 EntInfo entInfo("test", "this is test");
823 EntInfo entInfo1;
862 EntInfo entInfo("test", "this is test");
/ohos5.0/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()
53 EntInfo entInfo; in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/customization/enterprise_device_management/services/edm/src/
H A Denterprise_device_mgr_stub.cpp162 EntInfo entInfo; in EnableAdminInner()
163 if (!EntInfo::Unmarshalling(data, entInfo)) { in EnableAdminInner()
296 EntInfo entInfo; in SetEnterpriseInfoInner()
297 if (!EntInfo::Unmarshalling(data, entInfo)) { in SetEnterpriseInfoInner()
H A Dadmin.cpp24 Admin::Admin(const AppExecFwk::ExtensionAbilityInfo &abilityInfo, AdminType type, const EntInfo &en… in Admin()
H A Dadmin_manager.cpp286 ErrCode AdminManager::GetEntInfo(const std::string &packageName, EntInfo &entInfo, int32_t userId) in GetEntInfo()
303 ErrCode AdminManager::SetEntInfo(const std::string &packageName, EntInfo &entInfo, int32_t userId) in SetEntInfo()
/ohos5.0/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 user… in EnableAdmin()
158 … ErrCode SetEnterpriseInfo(AppExecFwk::ElementName &admin, EntInfo &entInfo) override { return 0; } in SetEnterpriseInfo()
/ohos5.0/base/customization/enterprise_device_management/test/fuzztest/adminpoliciesstoragerdb_fuzzer/
H A Dadmin_policies_storage_rdb_fuzzer.cpp51 EntInfo entInfo; in LLVMFuzzerTestOneInput()
/ohos5.0/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/mock/src/
H A Denterprise_device_mgr_stub_mock.cpp39 EntInfo entInfo; in InvokeSendRequestGetEnterpriseInfo()
224 EntInfo entInfo; in InvokeBluetoothProxySendRequestGetPolicy()
/ohos5.0/base/customization/enterprise_device_management/tools/edm/src/
H A Dedm_command.cpp99 EntInfo info; in RunAsEnableCommand()

12