Searched refs:checkEmpty (Results 1 - 7 of 7) sorted by relevance
/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupdatamanager_fuzzer/ |
H A D | abilityautostartupdatamanager_fuzzer.cpp | 75 bool checkEmpty = *data % ENABLE; in DoSomethingInterestingWithMyAPI() local 76 abilityAutoStartupDataManager->IsEqual(jsonObject, keys, values, checkEmpty); in DoSomethingInterestingWithMyAPI()
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | ability_auto_startup_data_manager.h | 60 const std::string &value, bool checkEmpty = false);
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_auto_startup_data_manager.cpp | 439 nlohmann::json &jsonObject, const std::string &key, const std::string &value, bool checkEmpty) in IsEqual() 443 if (checkEmpty && !jsonValue.empty() && jsonValue != value) { in IsEqual() 438 IsEqual( nlohmann::json &jsonObject, const std::string &key, const std::string &value, bool checkEmpty) IsEqual() argument
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | wifi_hdi_wpa_client.h | 840 const std::string &msg, bool checkEmpty = true) const;
|
H A D | wifi_hdi_wpa_client.cpp | 526 SetNetworkConfig *pConfig, DeviceConfigType type, const std::string &msg, bool checkEmpty) const
in PushDeviceConfigString() 528 if (!checkEmpty || msg.length() > 0) {
in PushDeviceConfigString()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/ |
H A D | wifi_idl_client.h | 1113 const std::string &msg, bool checkEmpty = true) const;
|
H A D | wifi_idl_client.cpp | 450 SetNetworkConfig *pConfig, DeviceConfigType type, const std::string &msg, bool checkEmpty) const in PushDeviceConfigString() 452 if (!checkEmpty || msg.length() > 0) { in PushDeviceConfigString()
|
Completed in 9 milliseconds