Home
last modified time | relevance | path

Searched refs:strId (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Drender_frame_util.cpp306 … const string strId = string("rfu_CopyToCpu_") + BASE_NS::to_string(handle.GetHandle().id); in ValidateInput() local
307 PLUGIN_LOG_ONCE_W(strId.c_str(), in ValidateInput()
317 … const string strId = string("rfu_CopyToCpu_") + BASE_NS::to_string(handle.GetHandle().id); in ValidateInput() local
318 PLUGIN_LOG_ONCE_W(strId.c_str(), in ValidateInput()
326 const string strId = string("rfu_CopyToCpu_") + BASE_NS::to_string(handle.GetHandle().id); in ValidateInput() local
327 …PLUGIN_LOG_ONCE_W(strId.c_str(), "Render frame util CopyToCpu works only on GPU buffers and images… in ValidateInput()
/ohos5.0/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body.cpp184 std::string strId = ""; in IsContentIdPartExist() local
185 item.GetPartHeader().GetContentId(strId); in IsContentIdPartExist()
186 if (contentId == strId) { in IsContentIdPartExist()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/ability/native/
H A Dability_post_event_timeout.cpp30 std::string strId = std::to_string(taskId); in AbilityPostEventTimeout() local
31 task_ = str + strId; in AbilityPostEventTimeout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_foreach_ffi.cpp184 for (const auto& strId : cjArr) { in FfiOHOSAceFrameworkViewSetIdArrayReturnStruct() local
186 std::pair<std::unordered_set<std::string>::iterator, bool> ret = newIds.insert(strId); in FfiOHOSAceFrameworkViewSetIdArrayReturnStruct()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_foreach.cpp167 JSRef<JSVal> strId = jsArr->GetValueAt(i); in SetIdArray() local
169 … std::pair<std::unordered_set<std::string>::iterator, bool> ret = newIds.insert(strId->ToString()); in SetIdArray()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_album_operations.cpp97 string strId = cmd.GetOprnFileId(); in ModifyAlbumOperation() local
98 string srcDirPath = MediaLibraryObjectUtils::GetPathByIdFromDb(strId); in ModifyAlbumOperation()
100 MEDIA_ERR_LOG("Get path of id %{private}s from database file!", strId.c_str()); in ModifyAlbumOperation()
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test3.cpp1464 std::string strId = "10086"; variable
1476 WSError result01 = ssm_->GetSpecifiedSessionDumpInfo(dumpInfo, params_, strId);
H A Dscene_session_manager_test4.cpp288 std::string strId = "1234"; variable
290 ASSERT_EQ(ssm_->GetSpecifiedSessionDumpInfo(dumpInfo, params_, strId), WSError::WS_OK);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h215 const std::string& strId);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp4594 const std::string& strId) in GetSpecifiedSessionDumpInfo() argument
4596 uint64_t persistentId = std::stoull(strId); in GetSpecifiedSessionDumpInfo()