/base/useriam/user_auth_framework/test/unittest/services/src/ |
D | resource_node_pool_test.cpp | 62 EXPECT_EQ(ResourceNodePool::Instance().Insert(nullptr), false); 73 EXPECT_EQ(pool.Insert(resource1), true); 75 EXPECT_EQ(pool.Insert(resource2), true); 87 EXPECT_EQ(pool.Insert(resource), true); 101 EXPECT_EQ(pool.Insert(resource1), true); 102 EXPECT_EQ(pool.Insert(resource2), true); 103 EXPECT_EQ(pool.Insert(resource3), true); 159 EXPECT_EQ(pool.Insert(resource1), true); 162 EXPECT_EQ(pool.Insert(resource2), true); 165 EXPECT_EQ(pool.Insert(resource3), true); [all …]
|
D | context_pool_test.cpp | 64 EXPECT_EQ(pool.Insert(nullptr), false); 75 EXPECT_EQ(pool.Insert(context1), true); 77 EXPECT_EQ(pool.Insert(context2), false); 89 EXPECT_EQ(pool.Insert(context), true); 104 EXPECT_EQ(pool.Insert(context1), true); 105 EXPECT_EQ(pool.Insert(context2), true); 106 EXPECT_EQ(pool.Insert(context3), true); 128 EXPECT_EQ(pool.Insert(context1), true); 130 EXPECT_EQ(pool.Insert(context2), true); 184 EXPECT_EQ(pool.Insert(context1), true); [all …]
|
D | resource_node_utils_test.cpp | 90 EXPECT_TRUE(ResourceNodePool::Instance().Insert(resourceNode1)); 91 EXPECT_TRUE(ResourceNodePool::Instance().Insert(resourceNode2)); 123 EXPECT_TRUE(ResourceNodePool::Instance().Insert(resourceNode1)); 124 EXPECT_TRUE(ResourceNodePool::Instance().Insert(resourceNode2)); 145 EXPECT_TRUE(ResourceNodePool::Instance().Insert(resourceNode)); 159 EXPECT_TRUE(ResourceNodePool::Instance().Insert(resourceNode));
|
D | schedule_node_helper_test.cpp | 92 EXPECT_TRUE(ResourceNodePool::Instance().Insert(resourceNode1)); 93 EXPECT_TRUE(ResourceNodePool::Instance().Insert(resourceNode2));
|
/base/update/updateservice/services/core/ability/sqlite/core/include/ |
D | table_base_operator.h | 36 bool Insert(const T &value); 37 bool Insert(const std::vector<T> &values) final; 65 bool TableBaseOperator<Table, T>::Insert(const T &value) in Insert() function 68 return Insert(values); in Insert() 72 bool TableBaseOperator<Table, T>::Insert(const std::vector<T> &values) in Insert() function 79 return dataBase_->Insert(GetTableName(), dbValues); in Insert()
|
D | idatabase.h | 31 …virtual bool Insert(const std::string &tableName, const std::vector<NativeRdb::ValuesBucket> &valu…
|
D | itable_operator.h | 30 virtual bool Insert(const std::vector<T> &value) = 0;
|
/base/hiviewdfx/hiview/base/event_store/dao/ |
D | sys_event_dao.cpp | 46 int SysEventDao::Insert(std::shared_ptr<SysEvent> sysEvent) in Insert() function in OHOS::HiviewDFX::EventStore::SysEventDao 48 return SysEventDatabase::GetInstance().Insert(sysEvent); in Insert()
|
/base/inputmethod/imf/frameworks/js/napi/inputmethodability/ |
D | panel_listener_impl.cpp | 48 cbs.Insert(type, cbObject); in SaveInfo() 49 callbacks_.Insert(windowId, cbs); in SaveInfo() 57 result.second.Insert(type, cbObject); in SaveInfo()
|
/base/telephony/sms_mms/services/sms/include/ |
D | sms_persist_helper.h | 32 bool Insert(DataShare::DataShareValuesBucket &values, uint16_t &dataBaseId); 33 bool Insert(std::string tableUri, DataShare::DataShareValuesBucket &values);
|
/base/telephony/telephony_data/sms_mms/src/ |
D | sms_mms_ability.cpp | 117 int SmsMmsAbility::Insert(const Uri &uri, const DataShare::DataShareValuesBucket &value) in Insert() function in OHOS::Telephony::SmsMmsAbility 133 helper_.Insert(id, values, TABLE_SMS_MMS_INFO); in Insert() 137 helper_.Insert(id, values, TABLE_MMS_PROTOCOL); in Insert() 141 helper_.Insert(id, values, TABLE_SMS_SUBSECTION); in Insert() 145 helper_.Insert(id, values, TABLE_MMS_PART); in Insert() 149 helper_.Insert(id, values, TABLE_SESSION); in Insert() 153 helper_.Insert(id, values, TABLE_MMS_PDU); in Insert()
|
/base/notification/eventhandler/frameworks/eventhandler/test/unittest/ |
D | lib_event_handler_event_queue_test.cpp | 133 queue.Insert(event); in DelayTest() 168 queue.Insert(event, priorities[i]); in InsertPriorityTest() 208 queue.Insert(event); in BreakQueueTest() 223 queue.Insert(event); in InsertAndGet() 228 queue.Insert(event); in InsertAndGet() 246 queue.Insert(event, EventQueue::Priority::LOW); in InsertPriorityEvent() 258 queue.Insert(event, EventQueue::Priority::HIGH); in InsertPriorityEvent() 275 queue.Insert(event, EventQueue::Priority::LOW); in InsertAllPriorityEvent() 287 queue.Insert(event, EventQueue::Priority::HIGH); in InsertAllPriorityEvent() 299 queue.Insert(event, EventQueue::Priority::IMMEDIATE); in InsertAllPriorityEvent() [all …]
|
/base/update/updateservice/services/firmware/data/db/src/ |
D | firmware_component_operator_empty.cpp | 27 bool FirmwareComponentOperator::Insert(const std::vector<FirmwareComponent> &values) in Insert() function in OHOS::UpdateEngine::FirmwareComponentOperator
|
/base/hiviewdfx/hiview/base/event_store/include/ |
D | sys_event_dao.h | 45 static int Insert(std::shared_ptr<SysEvent> sysEvent);
|
/base/hiviewdfx/hiview/plugins/event_store/store/ |
D | sys_event_db_mgr.cpp | 34 SysEventDao::Insert(event); in SaveToStore()
|
/base/security/selinux_adapter/interfaces/policycoreutils/include/ |
D | sehap_contexts_trie.h | 33 bool Insert(const std::string ¶Name, const std::string &domain, const std::string &type);
|
/base/update/updateservice/services/firmware/data/db/include/ |
D | firmware_component_operator.h | 42 bool Insert(const std::vector<FirmwareComponent> &values);
|
/base/telephony/cellular_data/services/include/utils/ |
D | cellular_data_rdb_helper.h | 47 int Insert(const DataShare::DataShareValuesBucket &values);
|
/base/telephony/core_service/services/network_search/src/ |
D | setting_utils.cpp | 125 int32_t SettingUtils::Insert(Uri uri, const std::string &key, const std::string &value) in Insert() function in OHOS::Telephony::SettingUtils 138 int32_t result = settingHelper->Insert(uri, valuesBucket); in Insert() 154 return Insert(uri, key, value); in Update()
|
/base/customization/enterprise_device_management/services/edm/include/database/ |
D | edm_rdb_data_manager.h | 29 bool Insert(const std::string &tableName, const NativeRdb::ValuesBucket &valuesBucket);
|
/base/useriam/user_auth_framework/services/context/inc/ |
D | context_pool.h | 35 virtual bool Insert(const std::shared_ptr<Context> &context) = 0;
|
/base/telephony/telephony_data/ |
D | README.md | 11 - [Parameters of the Insert API](#section1099113151207) 60 …uch as the SIM card and SMS/MMS modules, your application can call the **Insert**, **Delete**, **U… 74 | int Insert(Uri &uri, const DataShare::DataShareValuesBucket &value) | Inserts data. &nb… 92 ### Parameters of the Insert API<a name="section1099113151207"></a> 94 **Table 3** Parameters of the Insert API 199 return helper->Insert(uri, value);
|
/base/useriam/user_auth_framework/services/core/inc/ |
D | resource_node_pool.h | 39 virtual bool Insert(const std::shared_ptr<ResourceNode> &resource) = 0;
|
/base/notification/eventhandler/test/fuzztest/eventqueueinsert_fuzzer/ |
D | eventqueueinsert_fuzzer.cpp | 32 eventQueue.Insert(event, priority); in DoSomethingInterestingWithMyAPI()
|
/base/telephony/sms_mms/services/sms/ |
D | sms_persist_helper.cpp | 52 bool SmsPersistHelper::Insert(DataShare::DataShareValuesBucket &values, uint16_t &dataBaseId) in Insert() function in OHOS::Telephony::SmsPersistHelper 60 int ret = helper->Insert(uri, values); in Insert() 66 bool SmsPersistHelper::Insert(std::string tableUri, DataShare::DataShareValuesBucket &values) in Insert() function in OHOS::Telephony::SmsPersistHelper 74 int ret = helper->Insert(uri, values); in Insert()
|