Searched refs:INSTANCE_ID (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimedia/player_framework/ |
H A D | hisysevent.yaml | 40 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 D | nweb_hisysevent.cpp | 39 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 D | ext_texture.cpp | 32 const char INSTANCE_ID[] = "instanceId"; variable 109 instanceId_ = GetIntParam(param, INSTANCE_ID); in OnRefresh()
|
/ohos5.0/base/web/webview/ |
H A D | hisysevent.yaml | 88 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 D | db_properties.h | 60 static constexpr const char *INSTANCE_ID = "instanceId"; variable
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | db_properties.cpp | 83 SetIntProp(DBProperties::INSTANCE_ID, instanceId); in SetIdentifier()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | runtime_context_impl.cpp | 683 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 D | single_ver_data_sync_utils.cpp | 29 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 D | sync_task_context.cpp | 764 int32_t instanceId = syncInterface_->GetDbProperties().GetIntProp(DBProperties::INSTANCE_ID, 0); in RunPermissionCheck()
|
H A D | remote_executor.cpp | 228 int32_t instanceId = syncInterface_->GetDbProperties().GetIntProp(DBProperties::INSTANCE_ID, 0); in CheckPermissions()
|