/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/ |
H A D | util.cpp | 35 bool Util::GetContextInfo(napi_env env, napi_value thisVar, std::string &contextId, std::vector<std::string> &info) in GetContextInfo() function in OHOS::Rosen::Util 74 bool succ = GetContextInfo(env, thisVar, contextId, info); in GetContextObject()
|
H A D | module.cpp | 75 bool succ = Util::GetContextInfo(env, exports, idStr, vec); in Export()
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/ |
H A D | js_ability.h | 39 std::shared_ptr<JSError> GetContextInfo(napi_env env, napi_value value,
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/cross_platform/src/ |
H A D | js_ability.cpp | 28 std::shared_ptr<JSError> GetContextInfo(napi_env env, napi_value value, in GetContextInfo() function
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/cross_platform/include/ |
H A D | js_ability.h | 39 std::shared_ptr<JSError> GetContextInfo(napi_env env, napi_value value,
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/include/ |
H A D | js_ability.h | 37 std::shared_ptr<JSError> GetContextInfo(napi_env env, napi_value value,
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/src/ |
H A D | js_ability.cpp | 30 std::shared_ptr<JSError> GetContextInfo(napi_env env, napi_value value, in GetContextInfo() function
|
/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/include/util/ |
H A D | util.h | 34 static bool GetContextInfo(napi_env env, napi_value thisVar,
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/ |
H A D | js_ability.cpp | 36 std::shared_ptr<JSError> GetContextInfo(napi_env env, napi_value value, in GetContextInfo() function
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/ |
H A D | systempasteboard_napi.h | 178 struct GetContextInfo : public AsyncCall::Context { struct 181 GetContextInfo() : Context(nullptr, nullptr){}; in GetContextInfo() function 268 static void GetDataCommon(std::shared_ptr<GetContextInfo> &context);
|
/foundation/arkui/ace_engine/frameworks/component_test/core/ |
H A D | component_test_component_impl.h | 65 void GetContextInfo(const RefPtr<NG::PipelineContext>& context, std::unique_ptr<JsonValue>& jsonRoot) const;
|
H A D | component_test_component_impl.cpp | 568 GetContextInfo(context, jsonNode); in GetInspectorTreeImpl() 619 void ComponentTestComponentImpl::GetContextInfo( in GetContextInfo() function in OHOS::Ace::ComponentTest::ComponentTestComponentImpl
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | inspector.cpp | 394 void GetContextInfo(const RefPtr<PipelineContext>& context, std::unique_ptr<JsonValue>& jsonRoot) in GetContextInfo() function 582 GetContextInfo(context, jsonRoot); in GetInspector() 622 GetContextInfo(context, jsonRoot); in GetInspectorOfNode() 631 GetContextInfo(context, jsonRoot); in GetInspectorOfNode() 644 GetContextInfo(context, jsonRoot); in GetSubWindowInspector()
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/sendable_preferences/src/ |
H A D | napi_preferences_helper.cpp | 69 std::shared_ptr<JSError> err = JSAbility::GetContextInfo(env, argv[0], context->dataGroupId, contextInfo); in ParseParameters()
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/preferences/src/ |
H A D | napi_preferences_helper.cpp | 68 std::shared_ptr<JSError> err = JSAbility::GetContextInfo(env, argv[0], context->dataGroupId, contextInfo); in ParseParameters()
|
/foundation/distributeddatamgr/preferences/frameworks/js/napi/system_storage/src/ |
H A D | napi_system_storage.cpp | 169 JSAbility::GetContextInfo(env, nullptr, "", contextInfo); in GetPrefName()
|
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/ |
H A D | napi_systempasteboard.cpp | 388 void SystemPasteboardNapi::GetDataCommon(std::shared_ptr<GetContextInfo> &context) in GetDataCommon() 419 auto context = std::make_shared<GetContextInfo>(); in GetPasteData() 439 auto context = std::make_shared<GetContextInfo>(); in GetData()
|