Home
last modified time | relevance | path

Searched defs:newId (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/base/request/request/services/src/cxx/
H A Daccount.cpp30rust::fn<void(const int &newId, const int &oldId, const TaskManagerTx &task_manager)> on_accounts_… in SubscriberWrapper()
49 void SubscriberWrapper::OnAccountsSwitch(const int &newId, const int &oldId) in OnAccountsSwitch()
57rust::fn<void(const int &newId, const int &oldId, const TaskManagerTx &task_manager)> on_accounts_… in RegistryAccountSubscriber()
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Ddriver_os_account_subscriber.cpp33 void DriverOsAccountSwitched::OnAccountsSwitch(const int &newId, const int &oldId) in OnAccountsSwitch()
56 void DriverOsAccountSwitching::OnAccountsSwitch(const int &newId, const int &oldId) in OnAccountsSwitch()
/ohos5.0/base/account/os_account/interfaces/innerkits/osaccount/native/include/
H A Dos_account_subscriber.h31 virtual void OnAccountsSwitch(const int &newId, const int &oldId) {}; in OnAccountsSwitch()
/ohos5.0/foundation/multimedia/player_framework/services/services/observer/
H A Daccount_listener.cpp35 void AccountListener::OnAccountsSwitch(const int &newId, const int &oldId) in OnAccountsSwitch()
/ohos5.0/base/account/os_account/frameworks/osaccount/core/src/
H A Dos_account_event_listener.cpp38 void OsAccountEventListener::OnAccountsSwitch(const int &newId, const int &oldId) in OnAccountsSwitch()
H A Dos_account_event_stub.cpp46 int newId; in OnRemoteRequest() local
H A Dos_account_event_proxy.cpp51 void OsAccountEventProxy::OnAccountsSwitch(const int &newId, const int &oldId) in OnAccountsSwitch()
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/common/native/
H A Dhitracechainc_test.cpp709 HiTraceIdStruct newId{0}; variable
777 HiTraceIdStruct newId{0}; variable
842 HiTraceIdStruct newId{0}; variable
907 HiTraceIdStruct newId{0}; variable
976 HiTraceIdStruct newId{0}; variable
/ohos5.0/base/account/os_account/services/accountmgr/src/osaccount/
H A Dos_account_subscribe_manager.cpp141 …AccountSubscribeManager::OnAccountsSwitch(const sptr<IOsAccountEvent> &eventProxy, const int newId, in OnAccountsSwitch()
187 ErrCode OsAccountSubscribeManager::Publish(const int newId, const int oldId, OS_ACCOUNT_SUBSCRIBE_T… in Publish()
H A Dos_account_interface.cpp297 void OsAccountInterface::SendToCESAccountSwitched(int newId, int oldId) in SendToCESAccountSwitched()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_common.cpp62 int newId = g_currentStreamId++; in GenerateStreamId() local
71 int32_t newId = g_currentCaptureId++; in GenerateCaptureId() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/multimodal/
H A Dmultimodal_scene.cpp25 auto newId = currentAvailableId_++; in GetAvailableSubscriptId() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/
H A Dfor_each_node.cpp77 for (const auto& newId : ids_) { in CollectRemovingIds() local
151 for (const auto& newId : ids_) { in MappingChildWithId() local
/ohos5.0/base/account/os_account/services/accountmgr/test/mock/os_account/
H A Dos_account_interface.cpp81 void OsAccountInterface::SendToCESAccountSwitched(int newId, int oldId) in SendToCESAccountSwitched()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Dcomposed_element.cpp189 auto newId = component->GetId(); in NeedUpdateWithComponent() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_part_upd/foreach/
H A Dforeach_element.cpp151 for (const auto& newId : newIds) { in LocalizedUpdate() local
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/data/
H A Dlink_manager_test.cpp123 int newId = linkManager.AllocateLinkId(); variable
/ohos5.0/foundation/multimedia/audio_framework/services/audio_policy/server/include/
H A Daudio_policy_server.h628 void OnAccountsSwitch(const int &newId, const int &oldId) override in OnAccountsSwitch()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_foreach_ffi.cpp112 for (const auto& newId : newIdArr) { in FfiOHOSAceFrameworkViewSetIdArray() local
/ohos5.0/foundation/communication/dsoftbus/core/connection/wifi_direct_cpp/data/
H A Dlink_manager.cpp30 auto newId = currentLinkId_++; in AllocateLinkId() local
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dhdecoder.cpp1025 uint64_t newId = newSurface->GetUniqueId(); in OnSetOutputSurfaceWhenRunning() local
1057 uint64_t newId = newSurface->GetUniqueId(); in SwitchBetweenSurface() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/common/
H A Delement_proxy.cpp1283 for (const auto& newId : newIds) { in UpdateForPartialUpdate() local
1357 for (const auto& newId : newIds) { in LocalizedUpdate() local
1366 for (const auto& newId : newIds) { in LocalizedUpdate() local
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/fcodec/
H A Dfcodec.cpp1222 uint64_t newId = newSurface->GetUniqueId(); in ReplaceOutputSurfaceWhenRunning() local
1266 uint64_t newId = newSurface->GetUniqueId(); in SwitchBetweenSurface() local
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hevcdecoder/
H A Dhevc_decoder.cpp1354 uint64_t newId = newSurface->GetUniqueId(); in ReplaceOutputSurfaceWhenRunning() local
1399 uint64_t newId = newSurface->GetUniqueId(); in SwitchBetweenSurface() local
/ohos5.0/base/web/webview/interfaces/kits/napi/webviewcontroller/
H A Dwebview_javascript_result_callback.h118 void SetContainerScopeId(int32_t newId) in SetContainerScopeId()

12