/ohos5.0/foundation/arkui/napi/test/unittest/ |
H A D | test_sendable_napi.cpp | 155 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 D | bufferqueue_fuzzer.cpp | 60 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 D | method.h | 39 return isShared; in IsShared() 42 bool isShared = true; member
|
H A D | attribute.h | 47 return isShared; in IsShared() 50 bool isShared = true; member
|
H A D | event.h | 64 return isShared; in IsShared() 67 bool isShared = true; member
|
H A D | style.h | 72 return isShared; in IsShared() 75 bool isShared = true; member
|
H A D | declaration.h | 73 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 D | consumer_surface.cpp | 25 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 D | surface_fuzzer.cpp | 216 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 D | cloud_extra_data.h | 54 bool isShared() const;
|
/ohos5.0/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/ |
H A D | bufferqueueproducer_fuzzer.cpp | 157 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 D | cloud_db_types.h | 47 bool isShared = false; member
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | cloud_extra_data.cpp | 84 bool ExtraData::isShared() const in isShared() function in OHOS::DistributedData::ExtraData
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gatt/ |
H A D | gatt_client_service.cpp | 55 …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 D | wifi_msg.h | 669 bool isShared; member 705 isShared = false; in WifiDeviceConfig()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/ |
H A D | distributeddb_cloud_reference_sync_test.cpp | 48 …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 D | iconsumer_surface.h | 37 static sptr<IConsumerSurface> Create(std::string name = "noname", bool isShared = false);
|
H A D | surface.h | 30 … static sptr<Surface> CreateSurfaceAsConsumer(std::string name = "noname", bool isShared = false);
|
/ohos5.0/foundation/graphic/graphic_surface/surface/include/ |
H A D | consumer_surface.h | 31 ConsumerSurface(const std::string &name, bool isShared = false);
|
H A D | buffer_queue.h | 77 BufferQueue(const std::string &name, bool isShared = false);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | cloud_syncer_extend.cpp | 540 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 D | bundle_command.cpp | 753 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 D | native_module_buffer.cpp | 330 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 D | input_hub.cpp | 1356 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 D | wifi_settings.cpp | 203 … 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()
|