/applications/standard/contacts_data/ability/account/include/ |
H A D | account_event_manager.h | 27 void PublishEvent(std::string data);
|
/applications/standard/app_samples/code/BasicFeature/Media/Image/photomodify/src/main/cpp/ |
H A D | Image.cpp | 77 mimeType.data = (char*)mimeTypeStr; in CreatePackingOpts() 127 // PixelMap转为data 274 // ImageSource转为data 448 // 把多图对象编码成data 475 format.data = const_cast<char *>(MIMETYPE_JPEG_STRING); in PackToDataPicture() 517 format.data = const_cast<char *>(MIMETYPE_JPEG_STRING); in PackToFilePicture()
|
/applications/standard/contacts_data/ability/common/utils/include/ |
H A D | contacts_json_utils.h | 35 void GetValue(std::vector<std::string> &columnNames, unsigned int &index, Json::Value &data,
|
H A D | contacts_common_event.h | 45 void OnReceiveEvent(const OHOS::EventFwk::CommonEventData &data);
|
H A D | merge_utils.h | 40 int rawId, std::set<std::string> data, std::shared_ptr<OHOS::NativeRdb::RdbStore> store);
|
/applications/sample/camera/launcher/launcher/src/main/cpp/ |
H A D | app_manage.h | 45 const char* bundleName, void* data);
|
/applications/standard/contacts_data/ability/merge/src/ |
H A D | merger_contacts.cpp | 259 std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int rawId, std::set<std::string> data) in QueryTargetName() 264 for (auto it = data.begin(); it != data.end(); it++) { in QueryTargetName() 258 QueryTargetName( std::shared_ptr<OHOS::NativeRdb::RdbStore> store, int rawId, std::set<std::string> data) QueryTargetName() argument
|
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/entry/src/main/cpp/samples/ |
H A D | sample_xcomponent.cpp | 71 static void TestCallback(long long timestamp, long long targetTimestamp, void *data) in TestCallback() argument 75 component = static_cast<OH_NativeXComponent *>(data); in TestCallback()
|
/applications/standard/calendardata/calendarmanager/napi/src/ |
H A D | calendar_manager_napi.cpp | 336 auto finalize = [](napi_env env, void *data, void *hint) { in New() 337 CalendarManagerNapi *objectInfo = static_cast<CalendarManagerNapi *>(data); in New()
|
/applications/standard/app_samples/code/BasicFeature/Media/ImageEffect/entry/src/main/cpp/utils/ |
H A D | pixelmap_helper.cpp | 81 Image_MimeType format = { .data = const_cast<char *>(MIME_TYPE_JPEG), .size = strlen(MIME_TYPE_JPEG) }; in CreatePackingOptions()
|
/applications/sample/wifi-iot/app/samgr/ |
H A D | service_example.c | 58 printf("[LPC Test][TaskID:%u] msgId<%d>: %s \n", (int)osThreadGetId(), msg->msgId, (char *)msg->data); in MessageHandle()
|
/applications/standard/contacts_data/jstest/ |
H A D | common.js | 41 data: {},
|
H A D | ContactCard_test.js | 16 import dataShare from '@ohos.data.dataShare'; 170 * @tc.name Insert contact data 610 * @tc.name Update contact data 1334 * @tc.name Update contact detail data table (group) 1396 * @tc.name Update contact detail data table (phone ringtone) 2025 // type_id = 9 data is group 2257 // type_id = 5 data is phone 2325 // type_id = 1 data content_type is email 2348 * @tc.name Query data information of a single contact 2437 * @tc.name Delete the basic raw data o [all...] |
H A D | Contacts_test.js | 16 import dataShare from '@ohos.data.dataShare'; 169 * @tc.name Insert contact data 609 * @tc.name Update contact data 1333 * @tc.name Update contact detail data table (group) 1395 * @tc.name Update contact detail data table (phone ringtone) 2024 // type_id = 9 data is group 2254 // type_id = 5 data is phone 2322 // type_id = 1 data content_type is email 2345 * @tc.name Query data information of a single contact 2434 * @tc.name Delete the basic raw data o [all...] |
/applications/standard/app_samples/code/BasicFeature/DeviceManagement/Vibrator/CustomHaptic/hvigor/ |
H A D | hvigor-wrapper.js | 1930 return lu(e) + ou.format(...e.data) 1934 return lu(e, e.level.colour) + ou.format(...e.data) 1938 return ou.format(...e.data) 1942 return e.data[0] 1970 return ou.format(...e.data) 2183 this.startTime = new Date, this.categoryName = e, this.data = n, this.level = t, this.context = Object.assign({ 2188 const e = this.data.map((e => (e && e.message && e.stack && (e = Object.assign({ 2192 return this.data = e, Lu.stringify(this) 2199 n.data = n.data [all...] |
/applications/standard/calendardata/hvigor/ |
H A D | hvigor-wrapper.js | 68 r.stdout.on("data", (e => { 70 })), r.stderr.on("data", (e => { 598 return Ae(e) + he.format(...e.data) 602 return Ae(e, e.level.colour) + he.format(...e.data) 606 return he.format(...e.data) 610 return e.data[0] 659 return he.format(...e.data) 913 if (this.startTime = new Date, this.categoryName = e, this.data = n, this.level = t, this.context = Object.assign({ 947 })), t = new Qe(n.categoryName, Ze.getLevel(n.level.levelStr), n.data, n.context, n.location, n.error), t.startTime = new Date(n.startTime), t.pid = n.pid, n.cluster && (t.cluster = n.cluster) 967 if (tt("cluster message received from worker ", e, ": ", t), e.topic && e.data [all...] |
/applications/standard/settings/napi/settings/ |
H A D | napi_settings_init.cpp | 276 void* data = nullptr;
in ClassConstructor() local 277 napi_get_cb_info(env, info, &argc, &argv, &thisArg, &data);
in ClassConstructor()
|