Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/include/
H A Dpac_map.h356 void GetBooleanValueArray(const std::string &key, std::vector<bool> &value);
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_native_test/
H A Dpac_map_test.cpp1104 pacmap_->GetBooleanValueArray("key_boolean_true", getValue);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/want/src/
H A Dpac_map.cpp760 void PacMap::GetBooleanValueArray(const std::string &key, std::vector<bool> &value) in GetBooleanValueArray() function in OHOS::AppExecFwk::PacMap