Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/player_framework/
H A Dhisysevent.yaml40 INSTANCE_ID: {type: STRING, desc: Distinct player id}
49 INSTANCE_ID: {type: STRING, desc: Distinct player id}
59 INSTANCE_ID: {type: STRING, desc: Distinct recorder id}
75 INSTANCE_ID: {type: STRING, desc: Distinct player id}
85 INSTANCE_ID: {type: STRING, desc: Distinct player id}
93 INSTANCE_ID: {type: STRING, desc: Distinct player id}
101 INSTANCE_ID: {type: STRING, desc: Distinct player id}
109 INSTANCE_ID: {type: STRING, desc: Distinct player id}
129 INSTANCE_ID: {type: STRING, desc: Distinct player id}
144 INSTANCE_ID: {type: STRING, desc: Distinct player id}
[all …]
/ohos5.0/base/web/webview/ohos_nweb/src/
H A Dnweb_hisysevent.cpp39 constexpr char INSTANCE_ID[] = "INSTANCE_ID"; variable
64 auto data = std::make_tuple(INSTANCE_ID, nwebId, USED_TIME, usedTime); in ReportCreateWebInstanceTime()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/video/resource/
H A Dext_texture.cpp32 const char INSTANCE_ID[] = "instanceId"; variable
109 instanceId_ = GetIntParam(param, INSTANCE_ID); in OnRefresh()
/ohos5.0/base/web/webview/
H A Dhisysevent.yaml88 INSTANCE_ID: {type: UINT32, desc: instance id}
104 INSTANCE_ID: {type: UINT32, desc: web instance id}
122 INSTANCE_ID: {type: UINT32, desc: web instance id}
131 INSTANCE_ID: {type: UINT32, desc: web instance id}
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Ddb_properties.h60 static constexpr const char *INSTANCE_ID = "instanceId"; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Ddb_properties.cpp83 SetIntProp(DBProperties::INSTANCE_ID, instanceId); in SetIdentifier()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Druntime_context_impl.cpp683 properties.GetIntProp(DBProperties::INSTANCE_ID, 0) in IsSyncerNeedActive()
761 properties.GetIntProp(DBProperties::INSTANCE_ID, 0) in GetPermissionCheckParam()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/singlever/
H A Dsingle_ver_data_sync_utils.cpp29 param.instanceId = storage->GetDbProperties().GetIntProp(DBProperties::INSTANCE_ID, 0); in FillPermissionCheckParam()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_task_context.cpp764 int32_t instanceId = syncInterface_->GetDbProperties().GetIntProp(DBProperties::INSTANCE_ID, 0); in RunPermissionCheck()
H A Dremote_executor.cpp228 int32_t instanceId = syncInterface_->GetDbProperties().GetIntProp(DBProperties::INSTANCE_ID, 0); in CheckPermissions()