Home
last modified time | relevance | path

Searched refs:isShared (Results 1 – 25 of 34) sorted by relevance

12

/ohos5.0/foundation/arkui/napi/test/unittest/
H A Dtest_sendable_napi.cpp155 bool isShared = false; variable
172 bool isShared = false; variable
458 bool isShared = false; variable
800 bool isShared = false; variable
853 bool isShared = false; variable
885 bool isShared = false; variable
939 bool isShared = false; variable
1024 bool isShared = false; variable
1060 bool isShared = false; variable
1127 bool isShared = false; variable
[all …]
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueue_fuzzer/
H A Dbufferqueue_fuzzer.cpp60 bool isShared = GetData<bool>(); in BufferQueueFuzzTest2() local
84 sptr<BufferQueue> bufferqueue = new BufferQueue(name, isShared); in BufferQueueFuzzTest2()
107 bool isShared = GetData<bool>(); in BufferQueueFuzzTest1() local
108 sptr<BufferQueue> bufferqueue = new BufferQueue(name, isShared); in BufferQueueFuzzTest1()
164 bool isShared = GetData<bool>(); in DoSomethingInterestingWithMyAPI() local
165 sptr<BufferQueue> bufferqueue = new BufferQueue(name, isShared); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Dmethod.h39 return isShared; in IsShared()
42 bool isShared = true; member
H A Dattribute.h47 return isShared; in IsShared()
50 bool isShared = true; member
H A Devent.h64 return isShared; in IsShared()
67 bool isShared = true; member
H A Dstyle.h72 return isShared; in IsShared()
75 bool isShared = true; member
H A Ddeclaration.h73 newAttr->isShared = false; in MaybeResetAttribute()
86 newStyle->isShared = false; in MaybeResetStyle()
99 newEvent->isShared = false; in MaybeResetEvent()
112 newMethod->isShared = false; in MaybeResetMethod()
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dconsumer_surface.cpp25 sptr<Surface> Surface::CreateSurfaceAsConsumer(std::string name, bool isShared) in CreateSurfaceAsConsumer() argument
27 sptr<ConsumerSurface> surf = new ConsumerSurface(name, isShared); in CreateSurfaceAsConsumer()
35 sptr<IConsumerSurface> IConsumerSurface::Create(std::string name, bool isShared) in Create() argument
37 sptr<ConsumerSurface> surf = new ConsumerSurface(name, isShared); in Create()
45 ConsumerSurface::ConsumerSurface(const std::string& name, bool isShared) in ConsumerSurface() argument
46 : name_(name), isShared_(isShared) in ConsumerSurface()
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/
H A Dsurface_fuzzer.cpp216 bool isShared = GetData<bool>(); in SurfaceFuzzTest2() local
225 sptr<OHOS::IConsumerSurface> cSurface = OHOS::IConsumerSurface::Create(name, isShared); in SurfaceFuzzTest2()
270 bool isShared = GetData<bool>(); in DoSomethingInterestingWithMyAPI() local
272 sptr<OHOS::IConsumerSurface> cSurface = OHOS::IConsumerSurface::Create(name, isShared); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_extra_data.h54 bool isShared() const;
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/
H A Dbufferqueueproducer_fuzzer.cpp157 bool isShared = GetData<bool>(); in DoSomethingInterestingWithMyAPI() local
167 sptr<BufferQueue> bq = new BufferQueue(name, isShared); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/
H A Dcloud_db_types.h47 bool isShared = false; member
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_extra_data.cpp84 bool ExtraData::isShared() const in isShared() function in OHOS::DistributedData::ExtraData
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/
H A Dgatt_client_service.cpp55 …IGattClientCallback &callback, const GattDevice &device, GattClientProfile &profile, bool isShared) in ClientApplication()
56 : isShared_(isShared), in ClientApplication()
100 …GattClientCallback &callback, const GattDevice &device, std::promise<int> &promise, bool isShared);
1062 …IGattClientCallback &callback, const GattDevice &device, std::promise<int> &promise, bool isShared) in RegisterApplication() argument
1071 if (isShared) { in RegisterApplication()
1072 … if (clients_.emplace(appid, ClientApplication(callback, device, *profile_, isShared)).second) { in RegisterApplication()
1082 … if (clients_.emplace(appid, ClientApplication(callback, device, *profile_, isShared)).second) { in RegisterApplication()
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_msg.h669 bool isShared; member
705 isShared = false; in WifiDeviceConfig()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_reference_sync_test.cpp48 …void InsertUserTableRecord(const std::string &tableName, int64_t recordCounts, bool isShared = fal…
219 int64_t recordCounts, bool isShared, int64_t begin, std::string owner) in InsertUserTableRecord() argument
224 if (isShared) { in InsertUserTableRecord()
228 if (isShared) { in InsertUserTableRecord()
/ohos5.0/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Diconsumer_surface.h37 static sptr<IConsumerSurface> Create(std::string name = "noname", bool isShared = false);
H A Dsurface.h30 … static sptr<Surface> CreateSurfaceAsConsumer(std::string name = "noname", bool isShared = false);
/ohos5.0/foundation/graphic/graphic_surface/surface/include/
H A Dconsumer_surface.h31 ConsumerSurface(const std::string &name, bool isShared = false);
H A Dbuffer_queue.h77 BufferQueue(const std::string &name, bool isShared = false);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp540 bool isShared = false; in PrepareAndDownload() local
541 errCode = storageProxy_->IsSharedTable(table, isShared); in PrepareAndDownload()
547 storageProxy_->SetCloudTaskConfig({ !isShared }); in PrepareAndDownload()
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp753 bool isShared = false; in RunAsUninstallCommand() local
811 isShared = true; in RunAsUninstallCommand()
880 isShared = true; in RunAsUninstallCommand()
912 if (isShared) { in RunAsUninstallCommand()
/ohos5.0/commonlibrary/ets_utils/js_api_module/buffer/
H A Dnative_module_buffer.cpp330 bool isShared = false; in InitAnyArrayBuffer() local
336 if (napi_is_shared_array_buffer(env, argv[1], &isShared) != napi_ok) { in InitAnyArrayBuffer()
340 if (isShared) { in InitAnyArrayBuffer()
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.cpp1356 for (const auto &[dhId, isShared] : sharedDHIds_) { in IsAllDevicesStoped()
1357 … DHLOGI("the dhId: %{public}s, isShared: %{public}d", GetAnonyString(dhId).c_str(), isShared); in IsAllDevicesStoped()
1358 if (isShared) { in IsAllDevicesStoped()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.cpp203 … if ((iter->second.uid == -1 || iter->second.isShared) && iter->second.instanceId == instId) { in GetDeviceConfig()
267 … && (iter->second.uid == -1 || iter->second.isShared) && iter->second.instanceId == instId) { in GetDeviceConfig()
276 … && (iter->second.uid == -1 || iter->second.isShared) && iter->second.instanceId == instId) { in GetDeviceConfig()

12