Home
last modified time | relevance | path

Searched refs:needUpdate (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_updateflag.c105 …2_t IsCertNeedBackup(uint32_t userId, uint32_t uid, const struct CmBlob *certUri, bool *needUpdate) in IsCertNeedBackup() argument
110 if (needUpdate == NULL) { in IsCertNeedBackup()
129 *needUpdate = true; in IsCertNeedBackup()
137 *needUpdate = true; in IsCertNeedBackup()
143 *needUpdate = false; in IsCertNeedBackup()
148 *needUpdate = true; in IsCertNeedBackup()
327 bool needUpdate = false; in UpdateUserCert() local
328 ret = IsCertNeedBackup(userId, uid, &certUri, &needUpdate); in UpdateUserCert()
332 } else if (needUpdate == false) { in UpdateUserCert()
H A Dcert_manager_service.c818 bool needUpdate = false; in CmSetStatusBackupCert() local
819 ret = IsCertNeedBackup(context->userId, context->uid, certUri, &needUpdate); in CmSetStatusBackupCert()
823 } else if (needUpdate == false) { in CmSetStatusBackupCert()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_protect_manager.cpp421 bool needUpdate = false; in GetNearlyProtectMode() local
432 needUpdate = true; in GetNearlyProtectMode()
439 if (needUpdate) { in GetNearlyProtectMode()
447 bool needUpdate = false; in GetNearlyProtectMode() local
452 needUpdate = true; in GetNearlyProtectMode()
459 if (needUpdate) { in GetNearlyProtectMode()
/ohos5.0/foundation/window/window_manager/wmserver/src/
H A Davoid_area_controller.cpp199 bool needUpdate = true; in UpdateAvoidAreaIfNeed() local
203 needUpdate = avoidAreaIter->second != avoidArea; in UpdateAvoidAreaIfNeed()
206 needUpdate = false; in UpdateAvoidAreaIfNeed()
211 needUpdate = false; in UpdateAvoidAreaIfNeed()
214 if (needUpdate) { in UpdateAvoidAreaIfNeed()
218 return needUpdate; in UpdateAvoidAreaIfNeed()
/ohos5.0/foundation/communication/dsoftbus/core/discovery/ble/softbus_ble/src/
H A Ddisc_ble.c106 bool needUpdate; member
248 static void UpdateInfoManager(int adv, bool needUpdate) in UpdateInfoManager() argument
253 g_bleInfoManager[BLE_PUBLISH | BLE_ACTIVE].needUpdate = needUpdate; in UpdateInfoManager()
254 g_bleInfoManager[BLE_PUBLISH | BLE_PASSIVE].needUpdate = needUpdate; in UpdateInfoManager()
256 g_bleInfoManager[BLE_SUBSCRIBE | BLE_ACTIVE].needUpdate = needUpdate; in UpdateInfoManager()
257 g_bleInfoManager[BLE_SUBSCRIBE | BLE_PASSIVE].needUpdate = needUpdate; in UpdateInfoManager()
266 g_bleInfoManager[BLE_PUBLISH | BLE_PASSIVE].needUpdate; in GetNeedUpdateAdvertiser()
1157 info->needUpdate = true; in RegisterCapability()
1183 info->needUpdate = true; in RegisterCapability()
1217 info->needUpdate = true; in UnregisterCapability()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dmeasure_property.h422 bool needUpdate = false; in UpdateLocalizedPadding() local
425 needUpdate = true; in UpdateLocalizedPadding()
429 needUpdate = true; in UpdateLocalizedPadding()
433 needUpdate = true; in UpdateLocalizedPadding()
437 needUpdate = true; in UpdateLocalizedPadding()
439 return needUpdate; in UpdateLocalizedPadding()
/ohos5.0/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/include/
H A Dcert_manager_updateflag.h38 …_t IsCertNeedBackup(uint32_t userId, uint32_t uid, const struct CmBlob *certUri, bool *needUpdate);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/
H A Dark_js_runtime.cpp210 …xecuteModuleBuffer(const uint8_t* data, int32_t size, const std::string& filename, bool needUpdate) in ExecuteModuleBuffer() argument
215 bool ret = JSNApi::ExecuteModuleBuffer(vm_, data, size, filename, needUpdate); in ExecuteModuleBuffer()
225 …::EvaluateJsCode(const uint8_t* buffer, int32_t size, const std::string& filePath, bool needUpdate) in EvaluateJsCode() argument
230 bool ret = JSNApi::Execute(vm_, buffer, size, PANDA_MAIN_FUNCTION, filePath, needUpdate); in EvaluateJsCode()
H A Dark_js_runtime.h73 …const uint8_t* buffer, int32_t size, const std::string& filePath = "", bool needUpdate = false) ov…
106 …uleBuffer(const uint8_t *data, int32_t size, const std::string &filename, bool needUpdate = false);
H A Djs_runtime.h52 …const uint8_t* buffer, int32_t size, const std::string& filePath = "", bool needUpdate = false) = …
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp710 bool needUpdate = true; variable
711 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate);
712 EXPECT_EQ(needUpdate, false);
720 needUpdate = true;
721 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate);
722 EXPECT_EQ(needUpdate, false);
726 needUpdate = true;
728 EXPECT_EQ(needUpdate, false);
751 bool needUpdate = true; variable
752 ssm_->UpdateAvoidSessionAvoidArea(type, needUpdate);
[all …]
H A Dscene_session_manager_test7.cpp586 bool needUpdate = true; variable
589 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate);
591 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate);
610 bool needUpdate = true; variable
614 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate);
616 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate);
1242 bool needUpdate = true; variable
1246 ssm_->UpdateNormalSessionAvoidArea(persistentId, sceneSession, needUpdate);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/container_modal/
H A Dcontainer_modal_element.h34 void ShowTitle(bool isShow, bool hasDeco = true, bool needUpdate = false);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_pattern_enhance.h32 void ShowTitle(bool isShow, bool hasDeco = true, bool needUpdate = false) override;
H A Dcontainer_modal_pattern_enhance.cpp52 void ContainerModalPatternEnhance::ShowTitle(bool isShow, bool hasDeco, bool needUpdate) in ShowTitle() argument
61 if (needUpdate) { in ShowTitle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/common/
H A Djs_engine.h369 void SetForceUpdate(bool needUpdate) in SetForceUpdate() argument
371 needUpdate_ = needUpdate; in SetForceUpdate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_navigation_stack.cpp1038 bool needUpdate = GetNeedUpdatePathInfo(index); in UpdatePathInfoIfNeeded() local
1039 if (!needUpdate) { in UpdatePathInfoIfNeeded()
1068 auto needUpdate = path->GetProperty("needUpdate"); in GetNeedUpdatePathInfo() local
1069 if (!needUpdate->IsBoolean()) { in GetNeedUpdatePathInfo()
1072 return needUpdate->ToBoolean(); in GetNeedUpdatePathInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.h67 virtual void ShowTitle(bool isShow, bool hasDeco = true, bool needUpdate = false);
H A Dcontainer_modal_pattern.cpp55 void ContainerModalPattern::ShowTitle(bool isShow, bool hasDeco, bool needUpdate) in ShowTitle() argument
63 if (needUpdate) { in ShowTitle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Drender_node.h679 void SetNeedUpdateAccessibility(bool needUpdate) in SetNeedUpdateAccessibility() argument
681 needUpdateAccessibility_ = needUpdate; in SetNeedUpdateAccessibility()
683 child->SetNeedUpdateAccessibility(needUpdate); in SetNeedUpdateAccessibility()
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dohos_application.cpp1038 bool needUpdate = true; in IsUpdateColorNeeded() local
1045 needUpdate = false; in IsUpdateColorNeeded()
1058 return needUpdate; in IsUpdateColorNeeded()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_data_manager.cpp2097 … int32_t SearchDateTakenWhenZero(const shared_ptr<MediaLibraryRdbStore> rdbStore, bool &needUpdate, in SearchDateTakenWhenZero() argument
2119 needUpdate = false; in SearchDateTakenWhenZero()
2140 bool needUpdate = true; in UpdateDateTakenWhenZero() local
2142 int32_t ret = SearchDateTakenWhenZero(rdbStore_, needUpdate, updateData); in UpdateDateTakenWhenZero()
2147 if (!needUpdate) { in UpdateDateTakenWhenZero()
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/sink/
H A Daudio_sink.cpp587 bool needUpdate = forceUpdateTimeAnchorNextTime_ || in UpdateTimeAnchorIfNeeded() local
590 if (!needUpdate) { in UpdateTimeAnchorIfNeeded()
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/zidl/
H A Dsession_stub.cpp320 bool needUpdate = property->GetIsNeedUpdateWindowMode(); in HandleConnect() local
321 reply.WriteBool(needUpdate); in HandleConnect()
322 if (needUpdate) { in HandleConnect()
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpending_want_manager.cpp80 bool needUpdate = (static_cast<uint32_t>(wantSenderInfo.flags) & in GetWantSenderLocked() local
100 if (needUpdate && wantSenderInfo.allWants.size() > 0) { in GetWantSenderLocked()

12