Home
last modified time | relevance | path

Searched refs:checkEmpty (Results 1 - 7 of 7) sorted by relevance

/foundation/ability/ability_runtime/test/fuzztest/abilityautostartupdatamanager_fuzzer/
H A Dabilityautostartupdatamanager_fuzzer.cpp75 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 Dability_auto_startup_data_manager.h60 const std::string &value, bool checkEmpty = false);
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_auto_startup_data_manager.cpp439 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 Dwifi_hdi_wpa_client.h840 const std::string &msg, bool checkEmpty = true) const;
H A Dwifi_hdi_wpa_client.cpp526 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 Dwifi_idl_client.h1113 const std::string &msg, bool checkEmpty = true) const;
H A Dwifi_idl_client.cpp450 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