Home
last modified time | relevance | path

Searched refs:sId (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/image_framework/frameworks/kits/js/common/
H A Dimage_receiver_mdk_kits.cpp69 auto sId = receiver->iraContext_->GetReceiverKey(); in ImageReceiverNapiGetReceiverId() local
70 if (sId.empty() || sId.c_str() == nullptr || args->inLen < sId.size()) { in ImageReceiverNapiGetReceiverId()
73 if (EOK != memcpy_s(args->id, args->inLen, sId.c_str(), sId.size())) { in ImageReceiverNapiGetReceiverId()
/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Drotation_recognizer.cpp298 auto sId = activeFingers_.begin(); in ComputeAngle() local
299 auto fId = sId++; in ComputeAngle()
303 double sx = touchPoints_[*sId].x; in ComputeAngle()
304 double sy = touchPoints_[*sId].y; in ComputeAngle()
/foundation/arkui/ace_engine/frameworks/base/perfmonitor/
H A Dperf_monitor.h105 void InitRecord(const std::string& sId, PerfActionType aType, PerfSourceType sType, const std::string& nt,
H A Dperf_monitor.cpp176 void SceneRecord::InitRecord(const std::string& sId, PerfActionType aType, PerfSourceType sType, const std::string& nt, in InitRecord() argument
179 sceneId = sId; in InitRecord()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H A Dsingle_store_impl_test.cpp1380 std::string sId = "SingleStoreImplTestCloseAll" + std::to_string(i); in HWTEST_F() local
1381 StoreId storeId = { sId }; in HWTEST_F()

Completed in 7 milliseconds