Home
last modified time | relevance | path

Searched defs:propKey (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
H A Dbms_bundle_parser_test.cpp862 void BmsBundleParserTest::CheckNoPropProfileParseApp(const std::string &propKey, const ErrCode expe… in SetUpTestCase() argument
879 const std::string &propKey, const ErrCode expectCode) const in SetUpTestCase() argument
895 void BmsBundleParserTest::CheckNoPropProfileParseModule(const std::string &propKey, const ErrCode e… in SetUpTestCase() argument
1014 for (const auto &propKey : notMustPropKeys) { in SetUpTestCase() variable
1052 for (const auto &propKey : notMustPropKeys) { in SetUpTestCase() variable
1114 for (const auto &propKey : notMustPropKeys) { in SetUpTestCase() variable
1132 for (const auto &propKey : mustPropKeys) { in SetUpTestCase() variable
1151 for (const auto &propKey : mustPropKeys) { in SetUpTestCase() variable
1171 for (const auto &propKey : mustPropKeys) { in SetUpTestCase() variable
1189 for (const auto &propKey : mustPropKeys) { in SetUpTestCase() variable
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
H A Dapp_style_manager.cpp158 jerry_value_t propKey = jerry_get_property_by_index(propKeys, index); in HandleStaticStyle() local
182 jerry_value_t propKey = jerry_get_property_by_index(propKeys, index); in HandleDynamicStyle() local
H A Dapp_style.cpp105 jerry_value_t propKey = jerry_get_property_by_index(propKeys, index); in AddItemsInLoop() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
H A Dstylemgr_tdd_test.cpp203 JSValue propKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>(propName)); in PrepareStyleOption() local
236 JSValue propKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>(propName)); in PrepareAttrOption() local
257 JSValue propKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>(propName)); in AddValueToAttrOption() local
272 JSValue propKey = jerry_create_string(reinterpret_cast<const jerry_char_t *>(propName)); in AddStrValueToOption() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_patch_parser_test/
H A Dbms_patch_parser_test.cpp101 void BmsPatchParserTest::CheckNoPropProfileParseApp(const std::string &propKey, const ErrCode expec… in CheckNoPropProfileParseApp() argument
114 void BmsPatchParserTest::CheckNoPropProfileParseModule(const std::string &propKey, const ErrCode ex… in CheckNoPropProfileParseModule() argument
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_message_parcel_read.cpp232 napi_value propKey = nullptr; in JS_readSequenceable() local
753 napi_value propKey = nullptr; in JS_readSequenceableArray() local
H A Dnapi_message_sequence_write.cpp1003 napi_value propKey = nullptr; in JS_writeParcelable() local
1033 napi_value propKey = nullptr; in JS_writeParcelableArrayCallJsFunc() local
1362 napi_value propKey = nullptr; in JS_readParcelableArrayCallJsFunc() local
H A Dnapi_message_parcel_write.cpp759 napi_value propKey = nullptr; in JS_writeSequenceable() local
815 napi_value propKey = nullptr; in JS_writeSequenceableArray() local
H A Dnapi_message_sequence_read.cpp369 napi_value propKey = nullptr; in JS_readParcelable() local
/ohos5.0/foundation/arkui/napi/native_engine/
H A Dnative_api.cpp870 auto propKey = LocalValueFromJsValue(key); in napi_set_property() local
1496 auto propKey = LocalValueFromJsValue(key); in napi_map_set_property() local
1547 auto propKey = LocalValueFromJsValue(key); in napi_map_get_property() local
1601 auto propKey = LocalValueFromJsValue(key); in napi_map_has_property() local
1649 auto propKey = LocalValueFromJsValue(key); in napi_map_delete_property() local
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp710 napi_value propKey = nullptr; in GetValue() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp679 napi_value propKey = nullptr; in GetValue() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
H A Djs_util.cpp698 napi_value propKey = nullptr; in GetValue() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Djsi_engine.cpp199 shared_ptr<JsValue> propKey = properties->GetElement(runtime, j); in GetStyleFamilyValue() local
242 shared_ptr<JsValue> propKey = properties->GetElement(runtime, j); in GetStyleAnimationName() local