Home
last modified time | relevance | path

Searched defs:CallBackContext (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/interfaces/kits/js/napi/src/
H A Djs_systemload_listener.cpp22 struct CallBackContext { struct
23 napi_env env = nullptr;
24 std::shared_ptr<NativeReference> callbackRef = nullptr;
25 OnSystemloadLevelCb onSystemloadLevelCb = nullptr;
26 int32_t level = 0;
/ohos5.0/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/
H A Djs_rss_session.cpp37 struct CallBackContext { struct
38 napi_env env = nullptr;
39 std::shared_ptr<NativeReference> callbackRef = nullptr;
40 OnRssEventCb eventCb = nullptr;
41 uint32_t eventType = 0;
42 std::unordered_map<std::string, std::string> extraInfo;
/ohos5.0/foundation/communication/nfc/frameworks/js/napi/common/
H A Dnfc_napi_common_utils.h115 struct CallBackContext : BaseContext { struct
116 T value;
117 D *objectInfo;