Home
last modified time | relevance | path

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

/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_parser_test/
Dbms_bundle_parser_test.cpp860 void BmsBundleParserTest::CheckNoPropProfileParseApp(const std::string &propKey, const ErrCode expe… in SetUpTestCase() argument
877 const std::string &propKey, const ErrCode expectCode) const in SetUpTestCase() argument
893 void BmsBundleParserTest::CheckNoPropProfileParseModule(const std::string &propKey, const ErrCode e… in SetUpTestCase() argument
1012 for (const auto &propKey : notMustPropKeys) { in SetUpTestCase() variable
1050 for (const auto &propKey : notMustPropKeys) { in SetUpTestCase() variable
1112 for (const auto &propKey : notMustPropKeys) { in SetUpTestCase() variable
1130 for (const auto &propKey : mustPropKeys) { in SetUpTestCase() variable
1149 for (const auto &propKey : mustPropKeys) { in SetUpTestCase() variable
1169 for (const auto &propKey : mustPropKeys) { in SetUpTestCase() variable
1187 for (const auto &propKey : mustPropKeys) { in SetUpTestCase() variable
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/
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
Dapp_style.cpp105 jerry_value_t propKey = jerry_get_property_by_index(propKeys, index); in AddItemsInLoop() local
/foundation/arkui/ace_engine_lite/frameworks/src/core/stylemgr/test/unittest/common/
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
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_patch_parser_test/
Dbms_patch_parser_test.cpp100 void BmsPatchParserTest::CheckNoPropProfileParseApp(const std::string &propKey, const ErrCode expec… in CheckNoPropProfileParseApp() argument
113 void BmsPatchParserTest::CheckNoPropProfileParseModule(const std::string &propKey, const ErrCode ex… in CheckNoPropProfileParseModule() argument
/foundation/communication/ipc/ipc/native/src/napi_common/source/
Dnapi_message_parcel.cpp791 napi_value propKey = nullptr; in JS_writeSequenceable() local
847 napi_value propKey = nullptr; in JS_writeSequenceableArray() local
1787 napi_value propKey = nullptr; in JS_readSequenceableArray() local
1868 napi_value propKey = nullptr; in JS_readSequenceable() local
Dnapi_message_sequence.cpp1030 napi_value propKey = nullptr; in JS_writeParcelable() local
1060 napi_value propKey = nullptr; in JS_writeParcelableArrayCallJsFunc() local
2132 napi_value propKey = nullptr; in JS_readParcelableArrayCallJsFunc() local
2271 napi_value propKey = nullptr; in JS_readParcelable() local
/foundation/arkui/napi/native_engine/
Dnative_api.cpp563 auto propKey = reinterpret_cast<NativeValue*>(key); in napi_set_property() local
584 auto propKey = reinterpret_cast<NativeValue*>(key); in napi_has_property() local
624 auto propKey = reinterpret_cast<NativeValue*>(key); in napi_delete_property() local
648 auto propKey = reinterpret_cast<NativeValue*>(key); in napi_has_own_property() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
Djs_util.cpp676 napi_value propKey = nullptr; in GetValue() local
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/
Djs_util.cpp708 napi_value propKey = nullptr; in GetValue() local
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/src/
Djs_util.cpp694 napi_value propKey = nullptr; in GetValue() local
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
Djsi_engine.cpp216 shared_ptr<JsValue> propKey = properties->GetElement(runtime, j); in GetStyleFamilyValue() local
259 shared_ptr<JsValue> propKey = properties->GetElement(runtime, j); in GetStyleAnimationName() local