Home
last modified time | relevance | path

Searched defs:GetContextInfo (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/theme/wallpaper_mgr/frameworks/js/napi/
H A Dnapi_wallpaper_ability.h49 struct GetContextInfo : public Call::Context { struct
60 GetContextInfo() : Context(nullptr, nullptr) {}; in GetContextInfo() argument
61GetContextInfo(InputAction input, OutputAction output) : Context(std::move(input), std::move(outpu… in GetContextInfo() argument
63 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()
68 napi_status operator()(napi_env env, napi_value *result) override in operator()
/ohos5.0/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dsystempasteboard_napi.h177 struct GetContextInfo : public AsyncCall::Context { struct
180 GetContextInfo() : Context(nullptr, nullptr){}; in GetContextInfo() argument
182 napi_status operator()(napi_env env, size_t argc, napi_value *argv, napi_value self) override in operator()
187 napi_status operator()(napi_env env, napi_value *result) override in operator()
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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
/ohos5.0/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… in GetContextInfo() function in OHOS::Rosen::Util
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp387 void GetContextInfo(const RefPtr<PipelineContext>& context, std::unique_ptr<JsonValue>& jsonRoot) in GetContextInfo() function