Searched refs:enterpriseName (Results 1 - 12 of 12) sorted by relevance
/base/customization/enterprise_device_management/interfaces/inner_api/common/src/ |
H A D | ent_info.cpp | 23 EntInfo::EntInfo(const std::string &enterpriseName, const std::string &description) in EntInfo() argument 24 : enterpriseName(enterpriseName), description(description) in EntInfo() 41 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, enterpriseName); in Marshalling() 53 enterpriseName = parcel.ReadString(); in ReadFromParcel()
|
/base/customization/enterprise_device_management/interfaces/inner_api/common/include/ |
H A D | ent_info.h | 25 EntInfo(const std::string &enterpriseName, const std::string &description); 29 std::string enterpriseName; member
|
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/common/ |
H A D | ent_info_test.cpp | 64 EXPECT_STREQ(entinfo.enterpriseName.c_str(), NAME.c_str());
in HWTEST_F() 66 EXPECT_STREQ((entInfoTest->enterpriseName).c_str(), entinfo.enterpriseName.c_str());
in HWTEST_F()
|
/base/customization/enterprise_device_management/test/unittest/services/edm/src/ |
H A D | admin_manager_test.cpp | 125 entInfo.enterpriseName = "company"; in HWTEST_F() 158 entInfo.enterpriseName = "company"; in HWTEST_F() 168 edmAdmin.adminInfo_.entInfo_.enterpriseName = "company"; in HWTEST_F() 197 entInfo.enterpriseName = "company"; in HWTEST_F() 236 entInfo.enterpriseName = "company"; in HWTEST_F() 294 entInfo.enterpriseName = "company"; in HWTEST_F() 325 entInfo.enterpriseName = "company"; in HWTEST_F() 360 entInfo.enterpriseName = "company"; in HWTEST_F() 381 entInfo.enterpriseName = "company"; in HWTEST_F() 404 entInfo.enterpriseName in HWTEST_F() [all...] |
H A D | enterprise_admin_connection_test.cpp | 153 entInfo.enterpriseName = "company";
in HWTEST_F()
|
H A D | enterprise_device_mgr_ability_test.cpp | 1867 entInfo.enterpriseName = "company"; in HWTEST_F() 1874 edmAdmin.adminInfo_.entInfo_.enterpriseName = "company1"; in HWTEST_F() 1927 entInfo.enterpriseName = "company"; in HWTEST_F() 1935 edmAdmin.adminInfo_.entInfo_.enterpriseName = "company1"; in HWTEST_F()
|
/base/customization/enterprise_device_management/test/fuzztest/adminpoliciesstoragerdb_fuzzer/ |
H A D | admin_policies_storage_rdb_fuzzer.cpp | 52 entInfo.enterpriseName = fuzzString; in LLVMFuzzerTestOneInput()
|
/base/customization/enterprise_device_management/services/edm/src/ |
H A D | admin_policies_storage_rdb.cpp | 99 valuesBucket.PutString(EdmRdbFiledConst::FILED_ENT_NAME, admin.adminInfo_.entInfo_.enterpriseName);
in CreateValuesBucket() 168 valuesBucket.PutString(EdmRdbFiledConst::FILED_ENT_NAME, entInfo.enterpriseName);
in UpdateEntInfo() 247 resultSet->GetString(EdmRdbFiledConst::FILED_COLUMN_INDEX_FIVE, item->adminInfo_.entInfo_.enterpriseName);
in SetAdminItems()
|
H A D | enterprise_device_mgr_ability.cpp | 1326 "EnterpriseDeviceMgrAbility::GetEnterpriseInfo: entInfo->enterpriseName %{public}s, " in GetEnterpriseInfo() 1328 entInfo.enterpriseName.c_str(), entInfo.description.c_str()); in GetEnterpriseInfo()
|
/base/customization/enterprise_device_management/test/fuzztest/adminmanager_fuzzer/ |
H A D | admin_manager_fuzzer.cpp | 57 entInfo.enterpriseName = fuzzString; in DoSomethingInterestingWithMyAPI()
|
/base/customization/enterprise_device_management/interfaces/kits/admin_manager/src/ |
H A D | admin_manager_addon.cpp | 305 "NativeGetEnterpriseInfoComplete::asyncCallbackInfo->entInfo->enterpriseName %{public}s, " in NativeGetEnterpriseInfoComplete() 307 asyncCallbackInfo->entInfo.enterpriseName.c_str(), asyncCallbackInfo->entInfo.description.c_str()); in NativeGetEnterpriseInfoComplete() 560 enterpriseInfo.enterpriseName = name; in ParseEnterpriseInfo() 567 std::string enterpriseName = entInfo.enterpriseName; in ConvertEnterpriseInfo() local 571 napi_create_string_utf8(env, enterpriseName.c_str(), NAPI_AUTO_LENGTH, &nEnterpriseName)); in ConvertEnterpriseInfo()
|
/base/customization/enterprise_device_management/test/unittest/interface/inner_api/proxy/ |
H A D | enterprise_device_mgr_proxy_test.cpp | 181 EXPECT_TRUE(entInfo1.enterpriseName.size() == 0);
in HWTEST_F() 825 EXPECT_TRUE(entInfo1.enterpriseName.size() == 0);
in HWTEST_F()
|
Completed in 14 milliseconds