Searched defs:ContextInfo (Results 1 – 8 of 8) sorted by relevance
100 struct ContextInfo : public AsyncCall::Context { struct123 ContextInfo() : Context(nullptr, nullptr) {}; in ContextInfo() argument124 …ContextInfo(InputAction input, OutputAction output) : Context(std::move(input), std::move(output))… in ContextInfo() function125 virtual ~ContextInfo() {}; in ~ContextInfo() argument142 static void Notify(const std::shared_ptr<NapiDataShareHelper::ContextInfo> context, argument
33 struct ContextInfo { struct40 const std::string &dataGroupId, ContextInfo &contextInfo); argument
31 struct ContextInfo { struct38 const std::string &dataGroupId, ContextInfo &contextInfo); argument
70 struct ContextInfo : public AsyncCall::Context { struct81 std::shared_ptr<ContextInfo> context = nullptr; argument
58 struct ContextInfo : public ContextBase { in CreateKVManager() struct59 JsKVManager* kvManger = nullptr; in CreateKVManager()60 napi_ref ref = nullptr; in CreateKVManager()171 struct ContextInfo : public ContextBase { in CloseKVStore() struct172 std::string appId; in CloseKVStore()173 std::string storeId; in CloseKVStore()174 napi_value kvStore; in CloseKVStore()213 std::string appId; in DeleteKVStore()214 std::string storeId; in DeleteKVStore()251 std::string appId; in GetAllKVStoreId()[all …]
178 struct ContextInfo : public ContextBase { in CloseKVStore() struct179 std::string appId; in CloseKVStore()180 std::string storeId; in CloseKVStore()181 napi_value kvStore; in CloseKVStore()219 struct ContextInfo : public ContextBase { in DeleteKVStore() struct220 std::string appId; in DeleteKVStore()221 std::string storeId; in DeleteKVStore()261 struct ContextInfo : public ContextBase { in GetAllKVStoreId() struct262 std::string appId; in GetAllKVStoreId()263 std::vector<StoreId> storeIdList; in GetAllKVStoreId()
43 struct ContextInfo {}; struct