Searched refs:strId (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/ |
H A D | render_frame_util.cpp | 306 … 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 D | mms_body.cpp | 184 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 D | ability_post_event_timeout.cpp | 30 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 D | cj_foreach_ffi.cpp | 184 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 D | js_foreach.cpp | 167 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 D | medialibrary_album_operations.cpp | 97 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 D | scene_session_manager_test3.cpp | 1464 std::string strId = "10086"; variable 1476 WSError result01 = ssm_->GetSpecifiedSessionDumpInfo(dumpInfo, params_, strId);
|
H A D | scene_session_manager_test4.cpp | 288 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 D | scene_session_manager.h | 215 const std::string& strId);
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 4594 const std::string& strId) in GetSpecifiedSessionDumpInfo() argument 4596 uint64_t persistentId = std::stoull(strId); in GetSpecifiedSessionDumpInfo()
|