Home
last modified time | relevance | path

Searched refs:ValidateInterfaces (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/test/unittest/
H A Dprofile_authority_test.cpp320 EXPECT_EQ(false, AuthorityManager::GetInstance().ValidateInterfaces(jsonObject));
326 EXPECT_EQ(false, AuthorityManager::GetInstance().ValidateInterfaces(jsonObject));
342 EXPECT_EQ(false, AuthorityManager::GetInstance().ValidateInterfaces(jsonObject));
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/src/authority/
H A Dauthority_manager.cpp95 if (key == INTERFACES && !ValidateInterfaces(value)) { in ValidateProcess()
105 bool AuthorityManager::ValidateInterfaces(nlohmann::json& interfacesJson) in ValidateInterfaces() function in OHOS::DeviceProfile::AuthorityManager
/ohos5.0/foundation/deviceprofile/device_info_manager/old/services/core/include/authority/
H A Dauthority_manager.h54 bool ValidateInterfaces(nlohmann::json& interfacesJson);