Searched refs:strId (Results 1 - 10 of 10) sorted by relevance
/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()
|
/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()
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_foreach_ffi.cpp | 179 for (const auto& strId : cjArr) { in FfiOHOSAceFrameworkViewSetIdArrayReturnStruct() 181 std::pair<std::unordered_set<std::string>::iterator, bool> ret = newIds.insert(strId); in FfiOHOSAceFrameworkViewSetIdArrayReturnStruct()
|
/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()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_manager_test8.cpp | 72 std::string strId = "1234"; in HWTEST_F() local 75 EXPECT_EQ(WSError::WS_OK, ssm_->GetTotalUITreeInfo(strId, dumpInfo)); in HWTEST_F() 80 EXPECT_EQ(WSError::WS_OK, ssm_->GetTotalUITreeInfo(strId, dumpInfo)); in HWTEST_F()
|
H A D | scene_session_manager_test3.cpp | 1587 std::string strId = "10086"; in HWTEST_F() local 1599 WSError result01 = ssm_->GetSpecifiedSessionDumpInfo(dumpInfo, params_, strId); in HWTEST_F()
|
H A D | scene_session_manager_test4.cpp | 287 std::string strId = "1234"; in HWTEST_F() local 289 ASSERT_EQ(ssm_->GetSpecifiedSessionDumpInfo(dumpInfo, params_, strId), WSError::WS_OK); in HWTEST_F()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_album_operations.cpp | 96 string strId = cmd.GetOprnFileId(); in ModifyAlbumOperation() local 97 string srcDirPath = MediaLibraryObjectUtils::GetPathByIdFromDb(strId); in ModifyAlbumOperation() 99 MEDIA_ERR_LOG("Get path of id %{private}s from database file!", strId.c_str()); in ModifyAlbumOperation()
|
/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 223 const std::string& strId); 622 WSError GetTotalUITreeInfo(const std::string& strId, std::string& dumpInfo);
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 4392 const std::string& strId) in GetSpecifiedSessionDumpInfo() 4394 uint64_t persistentId = std::stoull(strId); in GetSpecifiedSessionDumpInfo() 4499 WSError SceneSessionManager::GetTotalUITreeInfo(const std::string& strId, std::string& dumpInfo) in GetTotalUITreeInfo() argument 4502 uint64_t screenId = std::stoull(strId); in GetTotalUITreeInfo() 4391 GetSpecifiedSessionDumpInfo(std::string& dumpInfo, const std::vector<std::string>& params, const std::string& strId) GetSpecifiedSessionDumpInfo() argument
|
Completed in 33 milliseconds