Home
last modified time | relevance | path

Searched refs:GetRecord (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/test/unittest/frameworks_kits_ability_ability_runtime_test/
H A Dcaller_call_back_ut_test.cpp162 * @tc.desc: Caller call back to process SetRecord and GetRecord success.
167 EXPECT_EQ(callerCallBack.GetRecord(), nullptr); in HWTEST_F()
171 EXPECT_NE(callerCallBack.GetRecord(), nullptr); in HWTEST_F()
/foundation/ability/ability_runtime/interfaces/kits/native/ability/ability_runtime/
H A Dcaller_callback.h81 std::shared_ptr<LocalCallRecord> GetRecord() in GetRecord() function in OHOS::AbilityRuntime::CallerCallBack
/foundation/distributeddatamgr/udmf/interfaces/jskits/data/
H A Dunified_data_napi.h41 static void GetRecord(napi_env env, std::shared_ptr<UnifiedRecord> in, napi_value &out);
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/include/
H A Dpastedata_napi.h66 static napi_value GetRecord(napi_env env, napi_callback_info info);
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.cpp292 SceneRecord* record = GetRecord(sceneId); in Start()
314 SceneRecord* record = GetRecord(sceneId); in End()
433 SceneRecord* PerfMonitor::GetRecord(const std::string& sceneId) in GetRecord() function in OHOS::Ace::PerfMonitor
H A Dperf_monitor.h158 SceneRecord* GetRecord(const std::string& sceneId);
/foundation/ability/ability_runtime/frameworks/native/ability/ability_runtime/
H A Dlocal_call_container.cpp86 auto localCallRecord = callback->GetRecord(); in ReleaseCall()
133 auto localCallRecord = callback->GetRecord(); in ClearFailedCallConnection()
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
H A Dunified_data_napi.cpp154 GetRecord(env, recordPtr, recordNapi); in GetRecords()
161 void UnifiedDataNapi::GetRecord(napi_env env, std::shared_ptr<UnifiedRecord> in, napi_value &out) in GetRecord() function in OHOS::UDMF::UnifiedDataNapi
227 LOG_INFO(UDMF_KITS_NAPI, "GetRecord default"); in GetRecord()
/foundation/distributeddatamgr/pasteboard/interfaces/kits/napi/src/
H A Dnapi_pastedata.cpp835 napi_value PasteDataNapi::GetRecord(napi_env env, napi_callback_info info) in GetRecord() function in OHOS::MiscServicesNapi::PasteDataNapi
837 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_JS_NAPI, "GetRecord is called!"); in GetRecord()
973 DECLARE_NAPI_FUNCTION("getRecord", GetRecord), DECLARE_NAPI_FUNCTION("getRecordCount", GetRecordCount), in PasteDataInit()

Completed in 25 milliseconds