Home
last modified time | relevance | path

Searched refs:GetContextInfo (Results 1 - 17 of 17) sorted by relevance

/foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/webgl/src/
H A Dutil.cpp35 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 Dmodule.cpp75 bool succ = Util::GetContextInfo(env, exports, idStr, vec); in Export()
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/include/
H A Djs_ability.h39 std::shared_ptr<JSError> GetContextInfo(napi_env env, napi_value value,
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/cross_platform/src/
H A Djs_ability.cpp28 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 Djs_ability.h39 std::shared_ptr<JSError> GetContextInfo(napi_env env, napi_value value,
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/include/
H A Djs_ability.h37 std::shared_ptr<JSError> GetContextInfo(napi_env env, napi_value value,
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/mock/src/
H A Djs_ability.cpp30 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 Dutil.h34 static bool GetContextInfo(napi_env env, napi_value thisVar,
/foundation/distributeddatamgr/preferences/frameworks/js/napi/common/src/
H A Djs_ability.cpp36 std::shared_ptr<JSError> GetContextInfo(napi_env env, napi_value value, in GetContextInfo() function
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dsystempasteboard_napi.h178 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 Dcomponent_test_component_impl.h65 void GetContextInfo(const RefPtr<NG::PipelineContext>& context, std::unique_ptr<JsonValue>& jsonRoot) const;
H A Dcomponent_test_component_impl.cpp568 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 Dinspector.cpp394 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 Dnapi_preferences_helper.cpp69 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 Dnapi_preferences_helper.cpp68 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 Dnapi_system_storage.cpp169 JSAbility::GetContextInfo(env, nullptr, "", contextInfo); in GetPrefName()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_systempasteboard.cpp388 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()

Completed in 9 milliseconds