/foundation/arkui/napi/test/unittest/ |
H A D | test_sendable_napi.cpp | 155 bool isShared = false; in HWTEST_F() local 156 ASSERT_CHECK_CALL(napi_is_sendable(env, result, &isShared)); in HWTEST_F() 157 ASSERT_EQ(isShared, true); in HWTEST_F() 172 bool isShared = false; in HWTEST_F() local 173 res = napi_is_sendable(env, arraybuffer, &isShared); in HWTEST_F() 175 ASSERT_EQ(isShared, false); in HWTEST_F() 458 bool isShared = false; in HWTEST_F() local 459 ASSERT_CHECK_CALL(napi_is_sendable(env, result, &isShared)); in HWTEST_F() 460 ASSERT_EQ(isShared, true); in HWTEST_F() 800 bool isShared in HWTEST_F() local 853 bool isShared = false; HWTEST_F() local 885 bool isShared = false; HWTEST_F() local 939 bool isShared = false; HWTEST_F() local 1024 bool isShared = false; HWTEST_F() local 1060 bool isShared = false; HWTEST_F() local 1127 bool isShared = false; HWTEST_F() local 1178 bool isShared = false; HWTEST_F() local 1229 bool isShared = false; HWTEST_F() local 1280 bool isShared = false; HWTEST_F() local 1331 bool isShared = false; HWTEST_F() local 1382 bool isShared = false; HWTEST_F() local 1433 bool isShared = false; HWTEST_F() local 1484 bool isShared = false; HWTEST_F() local 1531 bool isShared = false; HWTEST_F() local 1558 bool isShared = false; HWTEST_F() local 1585 bool isShared = false; HWTEST_F() local 1612 bool isShared = false; HWTEST_F() local 1639 bool isShared = false; HWTEST_F() local 1666 bool isShared = false; HWTEST_F() local 1693 bool isShared = false; HWTEST_F() local 1720 bool isShared = false; HWTEST_F() local 1876 bool isShared = false; HWTEST_F() local 1949 bool isShared = false; HWTEST_F() local 2001 bool isShared = false; HWTEST_F() local 2056 bool isShared = false; HWTEST_F() local 2119 bool isShared = false; HWTEST_F() local [all...] |
/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()
|
/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()
|
/foundation/multimedia/av_codec/test/unittest/filter_test/ |
H A D | video_capture_filter_unit_test.h | 137 explicit MockConsumerSurface(const std::string &name, bool isShared = false) : ConsumerSurface(name, isShared) {} in MockConsumerSurface() 138 static sptr<MockConsumerSurface> CreateSurfaceAsConsumer(std::string name, bool isShared = false);
|
H A D | video_capture_filter_unit_test.cpp | 355 sptr<MockConsumerSurface> MockConsumerSurface::CreateSurfaceAsConsumer(std::string name, bool isShared) in CreateSurfaceAsConsumer() argument 357 sptr<MockConsumerSurface> surf = new MockConsumerSurface(name, isShared); in CreateSurfaceAsConsumer()
|
/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()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/ |
H A D | cloud_extra_data.h | 54 bool isShared() const;
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/surface_fuzzer/ |
H A D | surface_fuzzer.cpp | 220 bool isShared = GetData<bool>(); in SurfaceFuzzTest2() local 229 sptr<OHOS::IConsumerSurface> cSurface = OHOS::IConsumerSurface::Create(name, isShared); in SurfaceFuzzTest2() 274 bool isShared = GetData<bool>(); in DoSomethingInterestingWithMyAPI() local 276 sptr<OHOS::IConsumerSurface> cSurface = OHOS::IConsumerSurface::Create(name, isShared); in DoSomethingInterestingWithMyAPI()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/cloud/ |
H A D | cloud_db_types.h | 54 bool isShared = false; member
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | cloud_extra_data.cpp | 85 bool ExtraData::isShared() const in isShared() function in OHOS::DistributedData::ExtraData
|
/foundation/graphic/graphic_surface/surface/test/fuzztest/bufferqueueproducer_fuzzer/ |
H A D | bufferqueueproducer_fuzzer.cpp | 156 bool isShared = GetData<bool>(); in DoSomethingInterestingWithMyAPI() local 166 sptr<BufferQueue> bq = new BufferQueue(name, isShared); in DoSomethingInterestingWithMyAPI()
|
/foundation/communication/wifi/wifi/interfaces/inner_api/ |
H A D | wifi_msg.h | 665 bool isShared; member 701 isShared = false; in WifiDeviceConfig()
|
/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 IGattClientCallback &callback, const GattDevice &device, std::promise<int> &promise, bool isShared); 1060 IGattClientCallback &callback, const GattDevice &device, std::promise<int> &promise, bool isShared) in RegisterApplication() 1069 if (isShared) { in RegisterApplication() 1070 if (clients_.emplace(appid, ClientApplication(callback, device, *profile_, isShared)).second) { in RegisterApplication() 1080 if (clients_.emplace(appid, ClientApplication(callback, device, *profile_, isShared)).second) { in RegisterApplication() 1059 RegisterApplication( IGattClientCallback &callback, const GattDevice &device, std::promise<int> &promise, bool isShared) RegisterApplication() argument
|
/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 = false, 219 int64_t recordCounts, bool isShared, int64_t begin, std::string owner) in InsertUserTableRecord() 224 if (isShared) { in InsertUserTableRecord() 228 if (isShared) { in InsertUserTableRecord() 218 InsertUserTableRecord(const std::string &tableName, int64_t recordCounts, bool isShared, int64_t begin, std::string owner) InsertUserTableRecord() argument
|
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/ |
H A D | surface.h | 30 static sptr<Surface> CreateSurfaceAsConsumer(std::string name = "noname", bool isShared = false);
|
H A D | iconsumer_surface.h | 37 static sptr<IConsumerSurface> Create(std::string name = "noname", bool isShared = false);
|
/foundation/bundlemanager/bundle_tool/frameworks/src/ |
H A D | bundle_command.cpp | 735 bool isShared = false; in RunAsUninstallCommand() local 793 isShared = true; in RunAsUninstallCommand() 861 isShared = true; in RunAsUninstallCommand() 893 if (isShared) { in RunAsUninstallCommand()
|
/foundation/graphic/graphic_surface/surface/include/ |
H A D | buffer_queue.h | 77 BufferQueue(const std::string &name, bool isShared = false);
|
H A D | consumer_surface.h | 31 ConsumerSurface(const std::string &name, bool isShared = false);
|
/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()
|
/foundation/multimedia/media_library/interfaces/kits/js/include/napi/ |
H A D | medialibrary_napi_utils.h | 474 bool isShared = false);
|